From 46b64e486250402de77e8617773f7cab2008c3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Tue, 9 Oct 2018 12:21:27 +0200 Subject: [PATCH] Center text in hero section above collections --- src/sass/app.sass | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/sass/app.sass b/src/sass/app.sass index 6f7a2f0..d719db3 100644 --- a/src/sass/app.sass +++ b/src/sass/app.sass @@ -105,6 +105,11 @@ .song.is-playing background-color: $light !important +// occurs on many pages at the top to show details +.hero + .media-content + align-self: center + // floating notifications .notifications:not(:empty) @extend .container @@ -165,5 +170,3 @@ content: counter(track) display: inline padding-right: 0.375rem - -.no-wrap