align photo section with social media section in links

This commit is contained in:
Kentai Radiquum 2024-09-15 15:13:08 +05:00
parent e9b5dc4dc4
commit 22ade2300f
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 10 additions and 2 deletions

View file

@ -689,6 +689,10 @@ video {
aspect-ratio: 342/288;
}
.aspect-\[1\/1\] {
aspect-ratio: 1/1;
}
.h-\[37px\] {
height: 37px;
}
@ -757,6 +761,10 @@ video {
height: 416px;
}
.h-\[376px\] {
height: 376px;
}
.max-h-\[40vh\] {
max-height: 40vh;
}