Release 1.3.0 #3

Merged
miraty merged 13 commits from dev into master 2020-10-31 18:54:25 +01:00
2 changed files with 1 additions and 14 deletions
Showing only changes of commit 57ccb96a46 - Show all commits

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 {