Compare commits

...

2 Commits

Author SHA1 Message Date
Hailey ff32ab95ae add a comment 2024-10-10 21:13:37 -07:00
Hailey 3748880fc4 add back body 2024-10-10 21:12:11 -07:00
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -75,6 +75,10 @@
top: 50%;
transform: translateX(-50%) translateY(-50%) translateY(-50px);
}
/* We need this style to prevent web dropdowns from shifting the display when opening */
body {
width: 100%;
}
</style>
{% include "scripts.html" %}
+4
View File
@@ -80,6 +80,10 @@
top: 50%;
transform: translateX(-50%) translateY(-50%) translateY(-50px);
}
/* We need this style to prevent web dropdowns from shifting the display when opening */
body {
width: 100%;
}
</style>
</head>