From 24583ef2b3e7185f3a3e12cd1566bdada6d2f743 Mon Sep 17 00:00:00 2001 From: horus Date: Thu, 1 Oct 2020 01:15:59 +0200 Subject: add form to change season --- resources/sass/app.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'resources/sass') diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 521c226..8e30317 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -12,6 +12,12 @@ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } +.page-header { + @extend .jumbotron; + background-color: rgb(255,255,255,0.5); + padding: 2rem; +} + @media( max-width: 500px ) { body { background: url(/img/sakamoto-mobile.jpg) no-repeat left center fixed; -- cgit v1.2.3