aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 3a4dcff1c..7238badb3 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -351,6 +351,21 @@ h2 + table {
}
+@media (min-width: 480px) and (max-width: 768px) {
+
+ /* Scale down the jumbotron content */
+ .jumbotron h1 {
+ font-size: 54px;
+ }
+
+ .jumbotron h1,
+ .jumbotron p {
+ margin-right: 40%;
+ }
+
+}
+
+
@media (min-width: 768px) and (max-width: 940px) {
/* Scale down the jumbotron content */