Add space to nav bar

This commit is contained in:
Joseph Hutchinson
2018-05-01 17:17:21 -04:00
parent ecef4c9abf
commit 3cab2650a7

View File

@@ -18,12 +18,12 @@ p {
b,
strong {
font-family: 'LatoLatinWebHeavy';
font-weight: normal
font-weight: normal;
}
.nav-bar {
max-width: 48rem;
width: 100%;
padding: 0.7em 0;
padding: 0.8em 0;
display: flex;
justify-content: space-between;
align-items: center;
@@ -66,7 +66,7 @@ strong {
background-color 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.hamburger-menu span:first-of-type {
margin-bottom: 5px;
margin-bottom: 5px;
}
.hamburger-menu input:checked ~ span {
background-color: white;
@@ -88,7 +88,7 @@ strong {
visibility: hidden;
overflow-y: auto;
margin: 0;
padding: 3em 0 0 0;
padding: 3.5em 0 0 0;
background-color: #000;
opacity: 0;
transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
@@ -373,6 +373,7 @@ footer {
}
.card {
border-radius: 0.2rem;
/* margin: 2.5em 0; */
}
.blog-card {
flex-direction: row;