saoulbonmonsieur/client/css/droit-penal.css

16 lines
No EOL
306 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: 60%;
margin-top: 12rem;
float: right;
}
}