reverting

This commit is contained in:
Nasir Anthony Montalvo
2026-02-18 23:49:32 -06:00
parent 0b556e2b80
commit dcff56c805
2 changed files with 16 additions and 4 deletions

View File

@@ -1217,7 +1217,6 @@ blockquote {
html {
overflow-x: hidden;
max-width: 100vw;
}
*,
@@ -1235,8 +1234,12 @@ object {
height: auto;
}
main * {
max-width: 100%;
@media (max-width: 768px) {
body {
overflow-x: hidden;
max-width: 100vw;
min-width: 0;
}
}
figure {
@@ -1267,7 +1270,6 @@ figure {
============================================================================ */
#scroll-to-top {
display: none;
position: fixed;
bottom: 4.5rem;
right: 1rem;