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