This commit is contained in:
root
2022-10-13 07:07:04 +03:00
parent 30fd8f0ec3
commit 6d6712e9d2
21 changed files with 590 additions and 98 deletions

View File

@@ -0,0 +1,7 @@
main>section#page>article *:first-child {
margin-top: 0;
}
main>section#page>article *:last-child {
margin-bottom: 0;
}