first commit

This commit is contained in:
DmitriyB
2023-03-23 17:33:12 +05:00
parent 10fc36c7ee
commit 44ab11085a
63 changed files with 4168 additions and 21 deletions
@@ -0,0 +1,12 @@
.counter-row {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 32px;
}
.section-counter {
margin-bottom: 200px;
}