diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a833b..b116a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed * Use lesserphp instead of lessphp +* Move license info and "What's a QR code" at to bottom of the page ## 1.2.0 - 2020-03-23 diff --git a/style.less b/style.less index fafe26a..1eccd2c 100755 --- a/style.less +++ b/style.less @@ -315,20 +315,6 @@ input[type=color] { /* Media queries */ -@media (max-width: 1050px) { - - #info { - color: @text; - margin-bottom: 20px; - padding-top: 30px; - font-size: 20px; - - & a:link { - color: @text; - } - } -} - @media (max-width: 850px) { main {