add a real article and keep messing with CSS/HTML
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user