Fix meta text with small resolutions
This commit is contained in:
parent
57c8594818
commit
57ccb96a46
@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Use lesserphp instead of lessphp
|
* 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
|
## 1.2.0 - 2020-03-23
|
||||||
|
|
||||||
|
14
style.less
14
style.less
@ -315,20 +315,6 @@ input[type=color] {
|
|||||||
|
|
||||||
/* Media queries */
|
/* 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) {
|
@media (max-width: 850px) {
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
Loading…
Reference in New Issue
Block a user