Simplify CSS

master
Tait Hoyem 4 years ago
parent 0b35cb9906
commit 13eed952ff

@ -42,6 +42,9 @@ h4 {
h5 { h5 {
font-size: 1.1em; font-size: 1.1em;
} }
header {
margin-bottom: 32px;
}
a { a {
text-decoration: underline; text-decoration: underline;
color: $link-color; color: $link-color;
@ -78,10 +81,6 @@ label[for="menu"]{
nav { nav {
text-align: center; text-align: center;
padding: $nav-padd 0px; padding: $nav-padd 0px;
margin: 0px;
}
nav a:first-of-type {
margin-left: 0;
} }
nav a { nav a {
margin: 1em; margin: 1em;
@ -101,18 +100,11 @@ li {
margin: .5em; margin: .5em;
} }
#main-img {
width: 100%;
}
p { p {
font-size: 15px; font-size: 15px;
line-height: 1.5; line-height: 1.5;
padding: .1em 0; padding: .1em 0;
} }
.line-under {
padding-bottom: $last-p-padd;
border-bottom: $line-under;
}
.article a:hover { .article a:hover {
color: #aaa; color: #aaa;
} }
@ -184,8 +176,6 @@ blockquote {
} }
input:checked ~ .menu-content { input:checked ~ .menu-content {
max-height: 100%; max-height: 100%;
border-bottom: $line-under;
color: red;
} }
} }
@ -219,7 +209,6 @@ figcaption {
} }
footer { footer {
border-top: $line-under;
padding-top: 16px; padding-top: 16px;
margin-bottom: 100px; margin-bottom: 100px;
} }
@ -247,7 +236,7 @@ footer {
} }
.post-date { .post-date {
font-size: 17px; font-size: 18px;
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
color: #777; color: #777;

Loading…
Cancel
Save