X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=less%2Ftablet%2Fhead.less;fp=less%2Ftablet%2Fhead.less;h=2a6da915d705243f60215077d7cce2f3c5cfa48c;hp=0000000000000000000000000000000000000000;hb=3c6c6c0735bcccedf34fe5411d86777c3511f31a;hpb=7967465800f4235b769e7151d5986ca92fc2a0ff diff --git a/less/tablet/head.less b/less/tablet/head.less new file mode 100644 index 00000000..2a6da915 --- /dev/null +++ b/less/tablet/head.less @@ -0,0 +1,24 @@ +@media (max-width: (@maxsmalltablet)) +{ + #logo + { + font-size: 650%; /* 104px */ + } + #slogan + { + font-size: 150%; /** 24px */ + } +} + +@media (max-width: (@maxsmallertablet)) +{ + #logo + { + font-size: 487.5%; /* 78px */ + } + #slogan + { + font-size: 112.5%; /** 18px */ + } +} +