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

@ -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;
}
}