Kene-s-Cribs-Website/src/agent-page/agent-page.css

12 lines
271 B
CSS
Raw Normal View History

2021-03-30 23:50:09 +00:00
.agentPage {
background-image: url('../images/Agent1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
}
@media screen and (min-width: 992px) {
.miniHero {
background-position-y: -150px;
}
}