19 lines
215 B
CSS
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;
|
|
}
|