add a real article and keep messing with CSS/HTML

This commit is contained in:
2017-12-18 21:15:35 -08:00
parent f3a65eb0f4
commit 708e8a142b
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;
}
}
}