Trying out a few responsiveness tweaks

This commit is contained in:
swagg boi 2021-12-31 18:33:47 -05:00
parent 55520ff65d
commit 4420202d5f

View file

@ -1,3 +1,7 @@
* {
box-sizing: border-box;
}
body {
cursor: url('/misc/piz_normal_p1.cur'), auto;
background: #000;
@ -88,3 +92,13 @@ img {
display: grid;
grid-template-columns: 1fr 6fr;
}
@media screen and (max-width: 1365px) {
.inner {
max-width: 90%;
}
.outer {
max-width: 95%;
}
}