forked from Decentrala/website
16 lines
141 B
CSS
16 lines
141 B
CSS
|
h1 {
|
||
|
margin-bottom: 2rem;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
dl {
|
||
|
padding: 1rem 0;
|
||
|
}
|
||
|
|
||
|
dt {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
dd {
|
||
|
margin: 0 0 1rem 1rem;
|
||
|
}
|