summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2020-12-03 10:39:26 +0100
committerache <ache@ache.one>2020-12-03 10:40:52 +0100
commitd008f7f2a09e7a0148a9243b0eec0f486a74b16c (patch)
tree3d992134337f75dc37e787c06b9207f4cb661444
parentFix background color (diff)
Fix lab display on small screens
-rwxr-xr-xsrc/css/_sommaire.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/_sommaire.scss b/src/css/_sommaire.scss
index 7cf6396..c21c583 100755
--- a/src/css/_sommaire.scss
+++ b/src/css/_sommaire.scss
@@ -69,7 +69,7 @@
#desc_intro {
padding-left: 10px;
padding-right: 10px;
- text-shadow: 2px 3px 0 #DDD;
+ text-shadow: 2px 4px 0 #DDD;
}
#desc {
font-size: 90%;
@@ -109,7 +109,7 @@
left: 0;
bottom: 0px;
}
- @media screen and (max-height: 519px) {
+ @media screen and (max-height: 749px) {
visibility: hidden;
}
}