rpiwebapp-public/static/style.css
Matthew Welch c49eb99cd2 Added users and thumbnails
Added users so that the site can only be used if logged in. Thumbnails for each comic are also generated with ImageMagick.
2019-07-15 22:51:10 -07:00

14 lines
234 B
CSS

.comic-grid {
display: inline-grid;
grid-template-columns: auto auto auto auto auto;
grid-gap: 10px;
padding: 10px;
}
.comic-page {
max-height: 100vh;
max-width: 100vw;
display: block;
margin: auto;
}