first commit

This commit is contained in:
2026-07-16 20:48:43 -03:00
commit 5696cee264
1111 changed files with 322270 additions and 0 deletions
@@ -0,0 +1,23 @@
.locationContainer {
position: fixed;
background-color: var(--white);
left: 40px;
right: 0px;
height: 70px;
overflow: hidden;
z-index: 1;
}
.locationTitle {
display: flex;
align-items: center;
}
.locationTitle h1 {
font-size: 24px;
}
@media (max-width: 600px) {
.locationContainer {
left: 6px;
}
}