1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.Message { margin-top: 24px; font-size: 1.4em; } @media screen and (max-width: 600px) { .Message { display: none; } } .Section .Title { text-align: center; font-size: 1.6em; flex-basis: 100%; margin-top: 48px; } .Cards { display: flex; justify-content: center; }