X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fvariables.less;h=cae170ca2177e8018cfa741d406d87bca77b1bd4;hp=8203843533a6bf97d5eacbcfd3314357c412887a;hb=12aae24ef4ad214414d89f0b2b8bdd7484847163;hpb=fd86a57c93eea4668d9c748aed9ab301a1d99082 diff --git a/src/main/webapp/less/variables.less b/src/main/webapp/less/variables.less index 82038435..cae170ca 100644 --- a/src/main/webapp/less/variables.less +++ b/src/main/webapp/less/variables.less @@ -20,13 +20,13 @@ /** Bildschirmbreiten für Media-Query */ @minscreen: 580px; -@maxtablet: 939px; +@mindesktop: 940px; +@maxtablet: @mindesktop - 1; @maxsmalltablet: 800px; @maxsmallertablet: 700px; -@maxphone: @minscreen - 1; +@maxphone: 579px; @minphone: 300px; -@maxtiny: @minphone - 1; - +@maxtiny: 299px; /** Schriften */