aboutsummaryrefslogtreecommitdiff
path: root/website/resources/css
diff options
context:
space:
mode:
Diffstat (limited to 'website/resources/css')
-rw-r--r--website/resources/css/custom.css36
1 files changed, 30 insertions, 6 deletions
diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css
index d3022e28..6a1c564d 100644
--- a/website/resources/css/custom.css
+++ b/website/resources/css/custom.css
@@ -5,6 +5,7 @@ html {
body {
margin-bottom: 60px;
+ overflow-y: scroll;
}
ul.dropdown-menu .header {
@@ -24,12 +25,6 @@ div.snippet code {
z-index: 2000;
}
-@media (max-width: 768px) {
- .fork-me {
- display: none;
- }
-}
-
.video {
padding-top: 4%;
}
@@ -150,3 +145,32 @@ a {
.changelog li {
text-align: left;
}
+
+@media (max-width: 768px) {
+ .fork-me {
+ display: none;
+ }
+
+ h1 {
+ font-size: 20px;
+ }
+
+ h2 {
+ font-size: 18px;
+ }
+
+ h3 {
+ font-size: 16px;
+ }
+
+ .main-section {
+ padding-left: 30px;
+ padding-right: 30px;
+ }
+
+ video {
+ width: 100%;
+ height: auto;
+ }
+}
+