Files
STSG/src/static/style.css
2025-05-16 16:58:25 +02:00

14 lines
211 B
CSS

img {
float: right;
margin: 1em;
max-width: 20%;
height: auto;
}
/* Responsive: remove float on small screens */
@media screen and (max-width: 768px) {
img {
max-width: 50%;
}
}