1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-04 11:07:56 +02:00

better mobile app-container size

This commit is contained in:
GilbN 2022-07-06 00:05:20 +02:00
parent d8b86e45cf
commit d4f76d8106
2 changed files with 256 additions and 250 deletions

View File

@ -289,7 +289,7 @@ header.masthead {
background: rgba(0, 0, 0, 0.2);
color: rgba(255, 255, 255, 0.7);
border-radius: 5px;
max-width: 120px;
max-width: 130px;
min-width: 130px;
}
@ -439,3 +439,9 @@ body {
-o-animation: fadein 2s;
/* Opera */
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
.app-container {
min-width: 120px;
}
}