Код: Выделить всё
.category-container {
color: white;
font-size: 14pt;
background-color: #B37A1E;
width: 100%;
min-height: 100px;
padding-left: 10%;
padding-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}
.category {
color: black;
display: inline-block;
width: 150px;
margin-right: 10px;
margin-bottom: 10px;
background-color: #A2CBFA;
border: 1px solid black;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
verticle-align: center;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
}
Подробнее здесь: https://stackoverflow.com/questions/568 ... th-padding
Мобильная версия