diff --git a/src/components/Alumni/Alumni.module.css b/src/components/Alumni/Alumni.module.css index 32ec33e..1dd32c0 100644 --- a/src/components/Alumni/Alumni.module.css +++ b/src/components/Alumni/Alumni.module.css @@ -19,8 +19,41 @@ color: transparent; } + + +@media screen and (max-width: 1400px) { + .alumni { + --items: 1.8; + } +} + +@media screen and (max-width: 1315px ) { + .alumni { + --items: 1.65; + } +} + +@media screen and (max-width: 1220px) { + .alumni { + --items: 1.5; + } +} + +@media screen and (max-width: 1125px) { + .alumni { + --items: 1.35; + } +} + +@media screen and (max-width: 1050px) { + .alumni { + --items: 1.2; + } + +} + @media screen and (max-width: 1024px) { .alumni { --items: 1; } -} +} \ No newline at end of file