feat: back up our stuff

This commit is contained in:
2025-03-11 13:38:58 -07:00
parent 8bbfb3d687
commit b7f60dbcb7
12 changed files with 180 additions and 14 deletions
+26
View File
@@ -0,0 +1,26 @@
@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;
}