registradores-de-datos-ambi.../mi-pagina-web-personal-master/scss/_about.scss
AlejoBonifacio be47c339ea
1
1
2020-03-18 22:01:52 -03:00

14 lines
232 B
SCSS

.about-heading {
@media (min-width: 992px) {
.about-heading-img {
position: relative;
z-index: 0;
}
.about-heading-content {
margin-top: -5rem;
position: relative;
z-index: 1;
}
}
}