1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

style: minor styling updates

This commit is contained in:
2024-08-21 00:25:00 +00:00
parent 416e862959
commit 15b69d7e42
2 changed files with 18 additions and 6 deletions
+10
View File
@@ -34,6 +34,16 @@
}
}
article
{
gap: $spacingXL;
section > *:not(h2, ul)
{
padding: 0 $spacingM;
}
}
.buttonRow
{
@include flex(row, wrap);