reddit-save/html/style.css

8 lines
86 B
CSS
Raw Normal View History

2020-12-31 00:51:41 +01:00
a {
display: block;
2020-12-31 01:33:30 +01:00
}
2020-12-31 02:32:06 +01:00
img, video {
max-width: 200px;
max-height: 300px;
2020-12-31 00:51:41 +01:00
}