mirror of
https://gitea.dmz.rs/Decentrala/website.git
synced 2026-07-11 05:52:19 +02:00
23 lines
277 B
CSS
23 lines
277 B
CSS
h2 {
|
|
margin: 1.5rem 0;
|
|
font-weight: normal;
|
|
font-size: 1.4em;
|
|
font-variant-caps: small-caps;
|
|
}
|
|
|
|
p {
|
|
padding-bottom: 1.5rem;
|
|
}
|
|
|
|
.values {
|
|
margin-bottom: 1.5rem;
|
|
label {
|
|
display: block;
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
ul > li {
|
|
padding-left: 1.5rem;
|
|
}
|
|
}
|