Covers
This commit is contained in:
parent
789b9a1dc0
commit
f3330ab6e7
9 changed files with 58 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue