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

23 lines
274 B
SCSS

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