mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
improve responsive mode :3
This commit is contained in:
parent
43ffcc4f62
commit
ee46505c63
@ -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 New Issue
Block a user