static/css/language.css (47 lines of code) (raw):

#language { width: 100%; padding: 4rem; display: flex; flex-direction: column; align-items: center; background-color: #ededed; } #language .language-content { display: flex; flex-wrap: wrap; justify-content: space-around; width: 80%; margin-top: 20px; } #language .language-content .language-card { width: 32%; min-width: 300px; height: 120px; margin-bottom: 12px; border-radius: 4px; padding: 8px; background-color: #fff; } #language .language-content .language-card .card-title{ color: #222 !important; margin-bottom: 0px; margin-left: 12px; } #language .language-content .language-card .card-img { width: 100%; height: 70px; display: flex; justify-content: center; align-items: center; } .img-go { width: 100px; } .language-card-more{ color: #222; height: 100%; display: flex; justify-content: center; align-items: center; font-size: 24px; }