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

View File

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