Шаблон:main page/navigation/styles2.css
| Строка 116: | Строка 116: | ||
.home-card--button a { | .home-card--button a { | ||
display: flex; | |||
height: 100%; | |||
justify-content: center; | |||
align-items: center; | |||
padding: 0 1rem; | |||
background: transparent; | |||
color: #fff; | |||
font-weight: 500; | |||
} | |||
.home-card--button1 a { | |||
display: flex; | display: flex; | ||
height: 100%; | height: 100%; | ||
| Строка 147: | Строка 158: | ||
.home-card--button:hover img { | .home-card--button:hover img { | ||
transform: scale(1.1); | |||
} | |||
.home-card--button1 .home-card__background a { | |||
padding: 0; | |||
} | |||
.home-card--button1 img { | |||
transition: transform 0.2s ease; | |||
} | |||
.home-card--button1:hover img { | |||
transform: scale(1.1); | transform: scale(1.1); | ||
} | } | ||