1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

Improve frontend mobile view

This commit is contained in:
Lukas SP 2020-08-23 21:31:49 +02:00
parent b2899c28f5
commit 5272426dac

View File

@ -170,7 +170,7 @@ html, body {
font-size: 16px;
}
@media only screen and (max-width: 650px) {
@media only screen and (max-width: 750px) {
.navigation {
padding: 0 20px;
width: calc(100vw - 40px);