Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorKevin Pfeifer <kevin.pfeifer@sunlime.at>2020-02-08 20:15:07 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-18 15:19:08 +0300
commit6952bab62381e51302a675df2307266217f2a102 (patch)
tree850667fec9c94e88b85894dbced9027b7d27973c /css
parent5a8b121a1d88d8854d0ad58ca8443744185bbbc9 (diff)
renamed style.css to style.scss and added -mobile variable for media queries
Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss (renamed from css/style.css)4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.scss
index 6eb06dc..70a777f 100644
--- a/css/style.css
+++ b/css/style.scss
@@ -68,7 +68,7 @@
border: 1px black;
}
-@media only screen and (max-width: 768px){
+@media only screen and (max-width: $breakpoint-mobile){
.infobox {
display: block;
text-align: center;
@@ -231,7 +231,7 @@
}
}
-@media only screen and (max-width: 768px) {
+@media only screen and (max-width: $breakpoint-mobile) {
.col-m-6 {
flex-basis: 50%;
max-width: 50%;