mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-07-03 10:58:41 +05:00
make margins on main page consist with the images page
This commit is contained in:
parent
567136dc9c
commit
8110fc3772
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue