summaryrefslogtreecommitdiff
path: root/public/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/app.css')
-rw-r--r--public/css/app.css11
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;