1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-20 01:52:32 +01:00
This commit is contained in:
GilbN 2022-07-05 22:06:12 +00:00
parent cf4bc1b230
commit 8a780b47c5
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;
}
}