Private
Public Access
1
0

added agegrouprecorords - line 135 in urls.py

This commit is contained in:
Sander Roosendaal
2018-09-28 12:43:34 +02:00
parent da44ededed
commit ad4d7466b0
4 changed files with 41 additions and 44 deletions

View File

@@ -397,7 +397,7 @@
padding: 5px;
}
@media (max-width: 449px) {
@media (max-width: 600px) {
nav a {
font-size: 0px;
}
@@ -419,6 +419,7 @@
"ad footer";
}
}
nav ul {
display: flex;
justify-content: space-between;
@@ -451,7 +452,6 @@
}
@media (min-width: 768px) {
.wrapper {
grid-template-columns: 1fr 4fr 1fr;