books/javascript.css

9 lines
157 B
CSS
Raw Normal View History

2024-05-13 15:33:18 +02:00
/* Use a media query to add a break point at 800px: */
@media screen and (max-width:50em)
{
.img1
{
width: 50% !important;
}
}