@ -1,14 +1,16 @@
/**
* footer
*/
/* Footer */
.footer {
position: relative;
background-color: var(--light);
width: 100%;
margin: 0;
padding: 0;
}
background-color: #333;
color: #fff;
.footer ul {
list-style: none;
@ -290,6 +290,7 @@
display: none;
.search-icon {
@ -9,7 +9,7 @@
.node-view-mode-teaser {
margin-bottom: 4rem;
border-bottom: 4px double var(--border);
border-bottom: 4px double #aaa;
.node-view-mode-teaser.node-sticky {
border: 2px solid var(--border);