Better alt styles page layout
I had tested this with less variety in the list of styles, now that I'm seeing it live I realize we need more consistency and more space!
This commit is contained in:
parent
394cc212b3
commit
43d650a5d4
1 changed files with 2 additions and 1 deletions
|
@ -3,8 +3,9 @@ body.alt_styles-index
|
||||||
list-style: none
|
list-style: none
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: center
|
justify-content: center
|
||||||
gap: 1em
|
|
||||||
flex-wrap: wrap
|
flex-wrap: wrap
|
||||||
|
gap: 1.5em
|
||||||
|
|
||||||
.alt-style
|
.alt-style
|
||||||
text-align: center
|
text-align: center
|
||||||
|
width: 80px
|
||||||
|
|
Loading…
Reference in a new issue