SiteFrontend/src/components/verify_email/ThankYou.css

28 lines
344 B
CSS
Raw Normal View History

.fields {
display: flex;
flex-direction: column;
align-items: flex-start;
max-width: 1020px;
width: 80%
}
.field {
margin-bottom: -10px
}
.header {
font-size: 30px;
font-weight: bolder;
margin: 30px
}
.key {
margin: 1px;
font-size: 30px;
font-weight: bold;
text-align: left;
}
.value {
}