summaryrefslogtreecommitdiff
path: root/public/assets/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-21 22:22:40 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-21 22:22:40 +0200
commitc46bc4988b477c20797408fcbd9269198de0d2c3 (patch)
treed35ddac0359c7967b3be66d5ab70fea5b0eb5f2d /public/assets/css
parentf0983f54c7ea863855a0e035e784bf45f1e29c5b (diff)
ditch the fullpage scrolling
Diffstat (limited to 'public/assets/css')
-rw-r--r--public/assets/css/css.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css
index 2cda8fa..901d135 100644
--- a/public/assets/css/css.css
+++ b/public/assets/css/css.css
@@ -23,7 +23,7 @@ body {
transition: all 0s ease 0s !important;
}
.desktop {
- overflow: hidden;
+/* overflow: hidden; */
}
/* header */
@@ -103,9 +103,12 @@ body.inModal {
h1, h2 {
font-size: 18px;
font-weight: 300;
+ margin-top: 20px;
+ margin-bottom: 20px;
}
h2 {
- margin-top: 0;
+ margin-top: 0px;
+ margin-bottom: 20px;
}
.details .stats {
margin-bottom: 20px;