fixing styles

This commit is contained in:
2025-11-29 01:31:19 +00:00
parent bcb24bd6e6
commit 66ab270bcd
5 changed files with 30 additions and 48 deletions

View File

@@ -104,6 +104,17 @@ video {
.flex-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
}
.flex-col {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
}
.album-img {