summaryrefslogtreecommitdiff
path: root/src/css/_sommaire.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/_sommaire.scss')
-rwxr-xr-xsrc/css/_sommaire.scss24
1 files changed, 22 insertions, 2 deletions
diff --git a/src/css/_sommaire.scss b/src/css/_sommaire.scss
index 7adfad6..15947ef 100755
--- a/src/css/_sommaire.scss
+++ b/src/css/_sommaire.scss
@@ -108,8 +108,28 @@
margin: auto;
}
#ontheweb {
- @media screen and (max-height: 519px) {
- visibility: hidden;
+ visibility: hidden;
+}
+@media #{$gt-gsm} {
+ #ontheweb {
+ visibility: visible;
+ @media screen and (max-height: 519px) {
+ visibility: hidden;
+ }
+ padding-left: 0;
+
+ position: absolute;
+ bottom: 0px;
+ left: 0px;
+ ul {
+ position: initial;
+ width: 30vh;
+ padding-left: 0;
+ display: flex;
+ justify-content: space-evenly;
+ li {
+ }
+ }
}
}