mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-18 14:39:50 +00:00
first profile page test
This commit is contained in:
parent
120e3504ef
commit
da5b2a743f
9 changed files with 20420 additions and 1460 deletions
22
code/frontend/src/quiltedImageList.css
Normal file
22
code/frontend/src/quiltedImageList.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
.quilted-image-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.quilted-image-list {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
width: fit-content;
|
||||
justify-content: center;
|
||||
align-self: center;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue