mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:38:03 +01:00
improve responsive mode :3
This commit is contained in:
parent
43ffcc4f62
commit
ee46505c63
1 changed files with 3 additions and 3 deletions
|
@ -54,13 +54,13 @@
|
|||
|
||||
@media screen and (min-width: 1450px) {
|
||||
.video-info-panel.gradient {
|
||||
width: 63em;
|
||||
width: 62.8em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1500px) {
|
||||
.video-info-panel.gradient {
|
||||
width: 66.08em;
|
||||
width: 65.8em;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -118,7 +118,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* //////////////////////////////////////////////////////////////////////////////////////// */
|
||||
@media screen and (min-width: 2000px) {
|
||||
.video-info-panel.gradient {
|
||||
width: 97.3em;
|
||||
|
|
Loading…
Reference in a new issue