Private
Public Access
1
0

removed padding around p

This commit is contained in:
Sander Roosendaal
2018-09-20 17:17:10 +02:00
parent 540173f75e
commit 2e2b9109e9
2 changed files with 7 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
margin: 0; margin: 0;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 0.2em 0.2em 0.2em 0.2em;
} }
header ul { header ul {
@@ -48,6 +49,10 @@
color: #1c75c; color: #1c75c;
} }
nav li {
padding: 0.2em 0.0em 0.2em 0.0em;
}
nav a { nav a {
color: white; color: white;
} }
@@ -69,7 +74,7 @@
} }
.main-nav { .main-nav {
grid-area: nav; grid-area: nav;
background: #27aae1; background: #1c75bc;
} }
.side { .side {
grid-area: sidebar; grid-area: sidebar;

View File

@@ -98,7 +98,7 @@ li {
margin-left: 30px; margin-left: 30px;
} }
p, /* p, */
dl, dl,
hr, hr,
h1, h1,