refactor: make space between about and links smaller

This commit is contained in:
Kentai Radiquum 2024-09-15 16:07:06 +05:00
parent d06008f690
commit 5b510c784e
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 6 additions and 2 deletions

View file

@ -706,6 +706,10 @@ video {
margin-top: 3.5rem;
}
.mt-24 {
margin-top: 6rem;
}
.flex {
display: flex;
}