Stream images

This commit is contained in:
video-prize-ranch
2022-01-17 15:48:24 -05:00
parent 2ee4aa7237
commit ac98a54f79
8 changed files with 31 additions and 23 deletions

0
static/css/album.css Normal file
View File

11
static/css/base.css Normal file
View File

@@ -0,0 +1,11 @@
body {
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
main {
margin: 0 18vw;
}
img {
max-width: 100%;
}