mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 08:11:35 +01:00
mobile display css
This commit is contained in:
@@ -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%);
|
#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-dir{
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
@@ -59,6 +67,12 @@ body {
|
|||||||
body {
|
body {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
.mobile-display{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.no-mobile-display{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.ths-box {
|
.ths-box {
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
margin-left: 0px !important;
|
margin-left: 0px !important;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<hr class="ths-hr">
|
<hr class="mt-3 ths-hr">
|
||||||
<div class="footer-copyright {% if footerFixBottom %} fixed-bottom {% endif %} py-1 pl-3" style="position: relative; bottom: 0;">
|
<div class="footer-copyright {% if footerFixBottom %} fixed-bottom {% endif %} py-1 pl-3" style="position: relative; bottom: 0;">
|
||||||
<small>
|
<small>
|
||||||
Mail: info@thermoscan.de<br>
|
Mail: info@thermoscan.de<br>
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="main_scrollable">
|
<body id="main_scrollable">
|
||||||
|
<div class="mobile-display">
|
||||||
<!-- NAVBAR -->
|
<!-- NAVBAR -->
|
||||||
{% include 'navbar.html' %}
|
{% include 'navbar.html' %}
|
||||||
|
|
||||||
@@ -104,7 +105,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
|
||||||
{% include 'footer.html' %}
|
{% include 'footer.html' %}
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user