We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ab6f3 commit 8b54466Copy full SHA for 8b54466
styles.css
@@ -265,7 +265,7 @@ footer {
265
flex-direction: row;
266
justify-content: center;
267
align-items: flex-end;
268
- width: 100vw;
+ width: 100%;
269
padding: 5px;
270
}
271
@@ -299,7 +299,7 @@ footer {
299
300
301
302
-@media screen and (max-width: 850px) {
+@media screen and (max-width: 550px) {
303
.root {
304
display: none;
305
0 commit comments