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

32 lines
403 B
SCSS
Raw Normal View History

2018-05-04 14:50:08 +02:00
.main-section {
padding: 1rem;
display: flex;
2018-05-04 19:27:37 +02:00
color: $light;
2018-05-04 14:50:08 +02:00
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 {
2018-05-04 19:27:37 +02:00
color: $light;
2018-05-04 14:50:08 +02:00
padding: 4rem;
2018-05-04 19:27:37 +02:00
padding-top: 25vh;
}
#homepage {
h2, h3, h4, h5, h6 {
color: $light;
}
2018-08-27 16:16:54 +02:00
font-size: 1.25rem;
2018-05-04 14:50:08 +02:00
}