add a .4 to 1300x px devices

This commit was Signed by:

Signed-off-by: Ashley <iamashley@duck.com>
This commit is contained in:
Ashley 2022-11-15 16:22:07 +01:00
parent 85106f32e1
commit c54d5c5ce9

View file

@ -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;
}
}