parent
0ce9677029
commit
3eb91980e0
7 changed files with 108 additions and 57 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue