chore: updated css framework

This commit is contained in:
Yurii
2024-04-07 23:00:22 +03:00
parent 92ca257d32
commit 2af159d566
4 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,8 @@
:root {
--pico-block-spacing-horizontal: calc(1rem * 2.25);
--pico-block-spacing-vertical: calc(1rem * 2.25)
}
@media (min-width: 1280px) {
.container {
max-width: 1000px;

File diff suppressed because one or more lines are too long