From 99a836fcd64c136ddcd8639e9c95dd9c0f8aae3c Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Thu, 13 May 2021 15:38:41 +0200 Subject: [PATCH] mobile display css --- static/site.css | 14 ++++++++++++++ templates/footer.html | 2 +- templates/index.html | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/static/site.css b/static/site.css index fd717ae..2aad09f 100644 --- a/static/site.css +++ b/static/site.css @@ -11,6 +11,14 @@ body { #background: linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(105,154,194,1) 35%, rgba(105,154,194,1) 78%, rgba(255,255,255,1) 100%); } +.no-mobile-display{ + display: block; +} + +.mobile-display{ + display: none; +} + .flex-dir{ flex-direction: row-reverse; } @@ -59,6 +67,12 @@ body { body { font-size: 25px; } + .mobile-display{ + display: block; + } + .no-mobile-display{ + display: none; + } .ths-box { margin-right: 0px !important; margin-left: 0px !important; diff --git a/templates/footer.html b/templates/footer.html index fee01de..c00e516 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,4 +1,4 @@ -
+
{% endfor %} - {% include 'footer.html' %} +