Private
Public Access
1
0

typo in styles2.css

This commit is contained in:
Sander Roosendaal
2018-09-29 10:10:02 +02:00
parent 0cf529e3e3
commit 1bdaa1e75a
2 changed files with 7 additions and 1 deletions

View File

@@ -385,6 +385,10 @@
grid-column-end: span 1;
}
.main-content li.grid_3 {
grid-column-end: span 4;
}
.maxheight {
max-height: 300px;
overflow: scroll;
@@ -429,6 +433,7 @@
}
}
@media (max-width: 600px) {
nav a {
font-size: 0px;
@@ -451,7 +456,7 @@
"ad footer";
}
}
nav ul {
display: flex;
justify-content: space-between;