Files
hotels/local/_front/css/banner.scss
T
2026-07-13 23:11:10 +03:00

14 lines
270 B
SCSS

.block-banner {
text-align: center;
background-image: url('../assets/banner.png');
height: 822px;
h1 {
font-family: "Mulish", sans-serif;
width: 1051px;
margin: 5em auto;
}
button {
margin: 0 auto;
}
}