Covers
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user