2020-10-10 19:47:58 +00:00
|
|
|
.site-footer {
|
2020-10-10 23:43:26 +00:00
|
|
|
background: #333;
|
|
|
|
color: white;
|
2020-10-10 19:47:58 +00:00
|
|
|
hr {display: none;}
|
2020-10-18 23:01:57 +00:00
|
|
|
.container {
|
|
|
|
padding: 2em 1em;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
}
|
2020-10-10 23:43:26 +00:00
|
|
|
dt {font-weight: 700;}
|
|
|
|
dd {margin-bottom: 0.5em;}
|
|
|
|
a {color: inherit;}
|
2020-10-10 19:47:58 +00:00
|
|
|
}
|