add a real article and keep messing with CSS/HTML

This commit is contained in:
2017-12-18 21:15:35 -08:00
committed by Andrew Cassidy
parent 670a2fa8be
commit 2d83591e6b
10 changed files with 97 additions and 70 deletions

View File

@ -4,11 +4,6 @@
@import 'colors';
@import 'fonts';
#post-list {
list-style-type: none;
padding: {
left: 0px;
}
.post-entry {
.post-title {
@ -33,7 +28,6 @@
}
.post-see-more {
font-style: italic;
color: $body-text-subtle;
}
.post-see-more:hover {
@ -48,4 +42,3 @@
margin: 5px;
}
}
}

View File

@ -103,16 +103,15 @@ header {
}
}
main {
display: flex;
}
hr {
border-width: 0;
height: 1px;
background-color: $body-text-subtle;
background-color: $body-text;
}
#box {
display: flex;
}
#content {
padding: {
@ -158,7 +157,7 @@ hr {
}
}
}
main {
#box {
flex-direction: column;
}
}