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

24 lines
297 B
SCSS
Raw Normal View History

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