saoulbonmonsieur/client/css/droit-affaire.css

16 lines
No EOL
305 B
CSS

@media screen and (min-width: 1000px) {
.page-header_img img {
width: auto;
height: 100%;
float: right;
}
}
@media screen and (max-width: 1000px) {
.page-header_img img {
width: auto;
height: 70%;
margin-top: 9rem;
float: right;
}
}