Trying out a few responsiveness tweaks
This commit is contained in:
parent
55520ff65d
commit
4420202d5f
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue