mirror of
https://github.com/standardebooks/web.git
synced 2025-07-17 20:06:39 -04:00
Add max-width to ebook list view
This commit is contained in:
parent
3632463c13
commit
b77098e3f9
1 changed files with 2 additions and 0 deletions
|
@ -1069,6 +1069,8 @@ main.ebooks > ol.list{
|
||||||
gap: 0;
|
gap: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 30rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main.ebooks > ol > li{
|
main.ebooks > ol > li{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue