make margins on main page consist with the images page

This commit is contained in:
Kentai Radiquum 2025-02-01 02:56:12 +05:00
parent 567136dc9c
commit 8110fc3772
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 3 additions and 3 deletions

View file

@ -584,8 +584,8 @@
.my-2 {
margin-block: calc(var(--spacing) * 2);
}
.mt-4 {
margin-top: calc(var(--spacing) * 4);
.mt-2 {
margin-top: calc(var(--spacing) * 2);
}
.contents {
display: contents;