Compare commits

...

2 commits

Author SHA1 Message Date
823a2fff55 Merge branch 'refs/heads/develop' 2025-01-23 06:56:37 +01:00
0d2b9a9a2c fix Topbar on Mobile 2025-01-23 06:55:32 +01:00
2 changed files with 39 additions and 41 deletions

View file

@ -807,7 +807,7 @@ aside .widget li:hover {
} }
/* #photo-photo { /* #photo-photo {
margin: 0 auto !important; margin: 0 auto !important;
} } */
@media screen and (max-width: 1280px) { @media screen and (max-width: 1280px) {
#search-box { #search-box {
@ -844,4 +844,4 @@ aside .widget li:hover {
left: 10% !important; left: 10% !important;
margin-left: 0!important; margin-left: 0!important;
} }
} */ }

View file

@ -743,9 +743,7 @@
} }
#photo-photo { #photo-photo {
margin: 0 auto !important; margin: 0 auto !important;
} } */
@media screen and (max-width: 1280px) { @media screen and (max-width: 1280px) {
#search-box { #search-box {
@ -782,4 +780,4 @@
left: 10% !important; left: 10% !important;
margin-left: 0!important; margin-left: 0!important;
} }
} */ }