1
0
Fork 0

Cleans up feed page

Fixes #53
This commit is contained in:
Mouse Reeve 2020-02-21 15:39:25 -08:00
parent 0ce9677029
commit 3eb91980e0
7 changed files with 108 additions and 57 deletions

View file

@ -70,6 +70,11 @@ h2 {
max-width: 75rem;
width: 100%;
}
@media (max-width: 600px) {
#main {
flex-direction: column-reverse;
}
}
#feed, #content, #sidebar {
display: flex;
@ -163,6 +168,10 @@ blockquote {
margin-top: 1rem;
}
.interaction textarea {
height: 2em;
}
table {
border-collapse: collapse;
margin: 1em;