site-max/scss/_about.scss
2018-09-16 14:01:11 +02:00

22 lines
381 B
SCSS

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