diff options
| author | horus | 2020-10-01 01:20:02 +0200 |
|---|---|---|
| committer | horus | 2020-10-01 01:20:02 +0200 |
| commit | 3c20d9e737c5c791aef8397cda5b3d1e5c1e96c4 (patch) | |
| tree | e0ec254375f270e998a06d1f9437b4ce7d74136b | |
| parent | 24583ef2b3e7185f3a3e12cd1566bdada6d2f743 (diff) | |
| download | senpai-3c20d9e737c5c791aef8397cda5b3d1e5c1e96c4.tar.gz | |
include compiled css
| -rw-r--r-- | public/css/app.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/public/css/app.css b/public/css/app.css index 7fe76d6..4a2fe68 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -5486,7 +5486,8 @@ a.badge-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } -.jumbotron { +.jumbotron, +.page-header { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; @@ -5494,7 +5495,8 @@ a.badge-dark.focus { } @media (min-width: 576px) { - .jumbotron { + .jumbotron, + .page-header { padding: 4rem 2rem; } } @@ -10889,6 +10891,11 @@ a.text-dark:focus { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } +.page-header { + background-color: rgba(255, 255, 255, 0.5); + padding: 2rem; +} + @media (max-width: 500px) { body { background: url(/img/sakamoto-mobile.jpg) no-repeat left center fixed; |
