mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Improve spacing when browsing the library
This commit is contained in:
parent
f0324a236d
commit
9ccaabfe29
3 changed files with 38 additions and 26 deletions
|
|
@ -232,9 +232,13 @@
|
|||
|
||||
// useful in general to pull elements closer together; bulma es very generous
|
||||
// with whitespace
|
||||
.section.is-small
|
||||
padding-top: 24px
|
||||
padding-bottom: 24px
|
||||
.section
|
||||
// $section-padding: 3rem 1.5rem
|
||||
&.is-small
|
||||
padding: 1.5rem 1.5rem
|
||||
|
||||
&.is-tiny
|
||||
padding: 0.75rem 1.5rem
|
||||
|
||||
// occurs on many pages at the top to show details
|
||||
.hero
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue