mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add a .4 to 1300x px devices
This commit was Signed by: Signed-off-by: Ashley <iamashley@duck.com>
This commit is contained in:
parent
85106f32e1
commit
c54d5c5ce9
@ -19,6 +19,11 @@
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* RESPONSIVE STUFF */
|
||||
|
||||
/* Formula for xx50px - inital widht + 3em */
|
||||
@ -36,7 +41,7 @@
|
||||
|
||||
@media screen and (min-width: 1300px) {
|
||||
.video-info-panel.gradient {
|
||||
width: 54em;
|
||||
width: 54.4em;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user