diff --git a/themes/bootprint3/scss/bootprint.scss b/themes/bootprint3/scss/bootprint.scss index 08ca65316888188e37eff5a03f980f13dc29141c..68f8f561eeb52fab32cb0989badfe2c7b144f749 100644 --- a/themes/bootprint3/scss/bootprint.scss +++ b/themes/bootprint3/scss/bootprint.scss @@ -77,13 +77,10 @@ footer ul { padding-left: 30px; } [id^=list].list-group .col-sm-9 { margin: 0; } /* --- Channels --- */ -.channel { margin-bottom: 2rem; } -.channel-title { - margin-top: 1rem; - margin-left: -56px; -} +.channel, +.channel-title.no-results { margin-bottom: 2rem; } +.channel-title { margin-top: 1rem; } .channel-title .fa { margin-top: 4px; } -.channel-title h2 { padding-left: 50px; } /* --- Offcanvas --- */ body.offcanvas { diff --git a/themes/bootstrap3/scss/bootstrap.scss b/themes/bootstrap3/scss/bootstrap.scss index 97ab99f01f9488292c4c3b93ea72aa70164e7c83..aff292f7d0ed6129f1e26b24226c68fe1ec9e6e9 100644 --- a/themes/bootstrap3/scss/bootstrap.scss +++ b/themes/bootstrap3/scss/bootstrap.scss @@ -141,9 +141,9 @@ footer { .browse-container { display: flex; } .browse-list { flex-basis: 25%; - padding-left: .5rem; - padding-right: .5rem; + padding-right: 1rem; } + .browse-list:last-child { padding-right: 0; } } // List item styling .browse-item { diff --git a/themes/sandal/scss/sandal.scss b/themes/sandal/scss/sandal.scss index 4e20993909fac1a1a1a0a21603d46fe1536dd2e0..6a3086916aca544af7a19e6b43fe027e05c1871b 100644 --- a/themes/sandal/scss/sandal.scss +++ b/themes/sandal/scss/sandal.scss @@ -128,6 +128,11 @@ header { /* --- Cart --- */ #cartSummary strong { font-weight: inherit; } +/* --- Channels --- */ +.channel-title { margin-top: 1rem; } +.channel, +.channel-title.no-results { margin-bottom: 2rem; } + /* --- MyResearch --- */ .myresearch-menu a:hover { background-color: $white; }