1
0
Fork 0
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:
heyarne 2019-03-15 10:08:56 +01:00
commit 9ccaabfe29
3 changed files with 38 additions and 26 deletions

View file

@ -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