2020-10-10 19:47:58 +00:00
|
|
|
.site-footer {
|
2021-12-22 22:58:41 +00:00
|
|
|
background: #ddd;
|
|
|
|
color: #212121;
|
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;
|
2021-01-27 13:26:17 +00:00
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
2021-01-27 13:27:28 +00:00
|
|
|
gap: 2em;
|
2020-10-18 23:01:57 +00:00
|
|
|
}
|
2021-12-22 22:58:41 +00:00
|
|
|
dt {font-weight: 700; margin-bottom: 0.25rem;}
|
2020-10-10 23:43:26 +00:00
|
|
|
dd {margin-bottom: 0.5em;}
|
|
|
|
a {color: inherit;}
|
2021-12-22 22:58:41 +00:00
|
|
|
.external {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(6,1fr);
|
|
|
|
gap: 1em;
|
|
|
|
a {
|
|
|
|
width: 2em;
|
|
|
|
height: 2em;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
i {font-size: 2em; }
|
2020-10-10 19:47:58 +00:00
|
|
|
}
|