mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Tweak some styles
This commit is contained in:
parent
d9c2e0abf2
commit
61bbb06211
1 changed files with 3 additions and 2 deletions
|
@ -180,7 +180,7 @@ body > header{
|
|||
display: flex;
|
||||
justify-content: space-around;
|
||||
border-bottom: 1px solid #222;
|
||||
padding: 2rem 0;
|
||||
padding: 1.5rem 0;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 1);
|
||||
position: relative;
|
||||
width: calc(100% + 2rem + 2rem);
|
||||
|
@ -370,7 +370,7 @@ main.front-page > section > section:first-of-type{
|
|||
}
|
||||
|
||||
main.front-page > section > section + section{
|
||||
margin-top: 8rem;
|
||||
margin-top: 6rem;
|
||||
}
|
||||
|
||||
main.front-page > img{
|
||||
|
@ -538,6 +538,7 @@ article.ebook #history li{
|
|||
article.ebook #history li time,
|
||||
article.ebook #history li p{
|
||||
display: table-cell;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
article.ebook #history li + li > *{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue