up to sf 7

This commit is contained in:
Tykayn 2025-02-09 16:45:35 +01:00 committed by tykayn
parent a39b6239b0
commit 501795a8fa
16586 changed files with 19384005 additions and 0 deletions

View file

@ -0,0 +1,31 @@
.main-section {
padding: 1rem;
display: flex;
color: $light;
justify-content: center;
h1 {
font-size: 4em;
}
h2 {
color: $light !important;
}
> div {
height: 80vh;
padding-top: 25vh;
max-widht: 50%;
}
}
.product-values {
color: $light;
padding: 4rem;
padding-top: 25vh;
}
#homepage {
h2, h3, h4, h5, h6 {
color: $light;
}
font-size: 1.5rem;
}