From 57ccb96a46b358b27af2f61ef6fc038dfe399858 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 31 Oct 2020 16:49:27 +0100 Subject: [PATCH] Fix meta text with small resolutions --- CHANGELOG.md | 1 + style.less | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) 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 {