X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=less%2Ftablet%2Fhead.less;fp=less%2Ftablet%2Fhead.less;h=2a6da915d705243f60215077d7cce2f3c5cfa48c;hb=63c6a2dc8a253b98490f27755dfbf5a66d15fa4e;hp=0000000000000000000000000000000000000000;hpb=7967465800f4235b769e7151d5986ca92fc2a0ff;p=website 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 */ + } +} +