GNET DEMO: Difference between revisions
From MediaWiki
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
gap: 50px; | gap: 50px; | ||
} | } | ||
. | .section_first { | ||
display:flex; | display:flex; | ||
gap: 50px; | gap: 50px; | ||
Line 22: | Line 22: | ||
@media screen and (width < 1280px) { | @media screen and (width < 1280px) { | ||
. | .section_first {flex-wrap: wrap; | ||
justify-content:center; | justify-content:center; | ||
} | } | ||
} | } | ||
}} | }} |