generated from nhcarrigan/template
26 lines
404 B
SCSS
26 lines
404 B
SCSS
@media screen and (max-width: 885px) {
|
|
#tree-nation-offset-website {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
footer {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
color: #7a2048;
|
|
background-color: #fff5f8;
|
|
position: fixed;
|
|
bottom: 0;
|
|
height: 75px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.topic-list-bottom {
|
|
display: none;
|
|
}
|
|
|
|
#main-outlet-wrapper {
|
|
margin-bottom: 85px;
|
|
} |