Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
fix - Change Media queries continer width calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 27, 2021
1 parent 14ab29a commit cfdd1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configurations/media-queries.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
for size in 220 240 320 375 414 480 576 600 640 648 720 768 800 900 960 1024 1050 1080 1152 1200 1280 1366 1392 1400 1440 1536 1600 1680 1856 1920 2048 2160 2560 3384 3840 4320 6016 7680
@media only screen and (max-width : size px )
.container
width round((size / 1.06180339887498948482), 3) px
width round((size / 1.1618), 3) px
margin 0 auto

@media (prefers-reduced-motion: no-preference)
Expand Down

0 comments on commit cfdd1e3

Please sign in to comment.