2017-05-26 00:46:23 +02:00

12 lines
165 B
CSS

.demo-img {
width: 800px;
border: 5px solid #444;
}
@media only screen and (max-width: 800px) {
.demo-img {
width: 90%;
border: 2px solid #444;
}
}