photojawn/photoalbum/skel/static/index.css
2024-08-03 18:55:44 -07:00

19 lines
215 B
CSS

body {
}
#content {
width: 1500px;
text-align: center;
}
#album-photos {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.thumbnail {
margin: 1em;
display: flex;
align-items: center;
}