.warning { color: white; padding: 10px; font-size: 26px; text-align: center; } .title { color: var(--text-color); font-size: 30px; text-align: center; } .gitRepos { display: flex; justify-content: space-around; } @media screen and (max-width: 700px) { .gitRepos { flex-direction: column; } } .gitRepos a { margin: 0px 5px; } .gitRepos img { width: 400px; max-width: 90%; }