Update style.css

This commit is contained in:
linguist
2021-01-03 18:38:38 +01:00
parent 082ec228a9
commit 02d3e26e83

View File

@@ -78,8 +78,6 @@
}
.left, .right {
margin: 0 8px;
height: 75%;
width: 0%;
}
.left {
flex-shrink: 0;
@@ -276,13 +274,14 @@
/* Media screen */
@media only screen and (min-width: 860px) {
.left, .right {
height: 75%;
width: 0%;
}
.left {
width: 25%;
margin: 0 8px;
}
.right {
width: 0%;
}
nav {
margin: 32px 0 24px;
}