diff --git a/static/root.css b/static/root.css index 8b72731..91b31a5 100644 --- a/static/root.css +++ b/static/root.css @@ -71,22 +71,6 @@ img:not(.project-inner > div > img):not(.activity>img) { transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1); } -@media screen and (min-width: 850px) { - .activity-container { - display: flex; - flex-wrap: wrap; - justify-content: center; - } - - .activity { - flex: 0 0 49%; - margin: auto; - padding: 0; - margin: 0; - align-content: center; - } -} - @keyframes spinny { 0% { rotate: 0deg; diff --git a/static/style.css b/static/style.css index cf8bc82..68debf6 100644 --- a/static/style.css +++ b/static/style.css @@ -168,6 +168,21 @@ h2 { text-decoration-color: white; } +@media screen and (min-width: 850px) { + .activity-container { + display: flex; + flex-wrap: wrap; + justify-content: center; + } + + .activity { + flex: 0 0 49%; + margin: auto; + padding: 0; + margin: 0; + align-content: center; + } +} .activity {