This repository has been archived on 2025-08-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
discourse/components/blinkies/common/common.scss
T
2025-03-11 13:38:58 -07:00

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;
}