Fix meta text with small resolutions

This commit is contained in:
Miraty 2020-10-31 16:49:27 +01:00
parent 57c8594818
commit 57ccb96a46
2 changed files with 1 additions and 14 deletions

View File

@ -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

View File

@ -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 {