some styling
This commit is contained in:
parent
321cbee134
commit
085c1dee88
4 changed files with 39 additions and 2 deletions
|
|
@ -0,0 +1,19 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue