mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 01:52:02 -04:00
Improve spacing of multiple ebook tags on small screens:
This commit is contained in:
parent
2a25d5f473
commit
5013dc9962
1 changed files with 4 additions and 3 deletions
|
@ -1370,14 +1370,15 @@ ul.tags{
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
ul.tags li{
|
||||
margin: 0;
|
||||
margin: .5rem;
|
||||
}
|
||||
|
||||
ul.tags li + li{
|
||||
margin-left: .5rem;
|
||||
ul.tags li:first-child{
|
||||
margin: .5rem;
|
||||
}
|
||||
|
||||
ul.tags li a{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue