digital-theory/sesame-vitejs/sesame/src/assets/styles/_15-full-creative.scss

40 lines
651 B
SCSS

#full_creative{
background: white;
min-height: 120vh;
.title {
font-family: 'GT Walsheim Pro';
font-weight: 600;
font-size: 100px;
line-height: 90px;
text-align: center;
letter-spacing: -0.04em;
padding-top: 10rem;
margin-bottom: 5rem;
}
.columns {
text-align: left;
}
.sub-title {
font-family: 'GT Walsheim Pro';
font-style: normal;
font-weight: 500;
font-size: 2rem;
line-height: 100%;
letter-spacing: -0.04em;
color: #020225;
margin-bottom: 1rem;
+ .sub-title{
margin-top: 2rem;
}
}
p{
font-weight: 400;
font-size: 16px;
line-height: 110%;
margin-bottom: 4rem;
padding-right: 2rem;
}
}