mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: d4f76d8106
This commit is contained in:
parent
cf4bc1b230
commit
8a780b47c5
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user