1
0
Fork 0
This commit is contained in:
Mouse Reeve 2020-01-29 00:05:58 -08:00
parent 789b9a1dc0
commit f3330ab6e7
9 changed files with 58 additions and 24 deletions

View file

@ -33,6 +33,10 @@ h2 {
#branding {
flex-grow: 1;
}
#branding a {
text-decoration: none;
color: black;
}
#actions {
flex-grow: 0;
text-align: right;
@ -44,11 +48,6 @@ h2 {
padding: 0.5rem;
}
#top-bar a {
color: black;
text-decoration: none;
}
#branding {
font-size: 2em;
}
@ -76,6 +75,11 @@ h2 {
margin-right: 0.5em;
}
.book-cover.small {
width: 50px;
height: auto;
}
#feed, #content {
display: flex;
flex-direction: column;