tld-registration/src/static/css/primary.css

31 lines
402 B
CSS
Raw Normal View History

2021-08-20 05:39:01 +00:00
h1, h2, h3, h4, h5, h6 {
font-family: 'M PLUS 1p', sans-serif;
}
2021-08-21 01:47:14 +00:00
p, label, input, a {
2021-08-20 05:39:01 +00:00
font-family: 'Noto Sans', sans-serif;
margin-top: 0;
}
body {
margin: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
form {
display: flex;
flex-direction: column;
text-align: right;
}
label {
padding-bottom: 1em;
}
.hidden {
display: none;
}