picture-display/src/pictures/static/pictures/detail.css

6 lines
87 B
CSS
Raw Normal View History

2021-01-24 16:01:36 +01:00
img {
max-width: var(--max-width);
margin-top: 1em;
border-radius: 10px;
}