caisse-bliss/assets/css/pages/home.scss

24 lines
297 B
SCSS
Executable File

.main-section {
padding: 1rem;
display: flex;
color: white;
justify-content: center;
h1 {
font-size: 4em;
}
h2 {
color: $light !important;
}
> div {
height: 80vh;
padding-top: 25vh;
max-widht: 50%;
}
}
.product-values {
color: white;
padding: 4rem;
}