site-max/scss/_about.scss

21 lines
358 B
SCSS

#about {
padding: 50px 0;
position: relative;
overflow: hidden;
h1 {
font-family: descuadrado;
font-size: 4rem;
}
img {
position: absolute;
&.vecto1 {
left: -70rem;
top: -70rem;
}
&.vecto2 {
right: -60rem;
top: -20rem;
}
}
}