From 29a0fde98c3734275590cf0e8389766e36a95b72 Mon Sep 17 00:00:00 2001 From: jtbx Date: Fri, 3 Nov 2023 22:18:59 +0100 Subject: [PATCH] WIP --- .vscode/settings.json | 7 +++++++ themes/ccchh/assets/sass/main.scss | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5c6ba1c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "css.format.spaceAroundSelectorSeparator": true, + "css.format.maxPreserveNewLines": 3, + "scss.format.maxPreserveNewLines": 3, + "scss.format.spaceAroundSelectorSeparator": true, + "files.insertFinalNewline": true +} \ No newline at end of file diff --git a/themes/ccchh/assets/sass/main.scss b/themes/ccchh/assets/sass/main.scss index af1728b..ef67a6a 100644 --- a/themes/ccchh/assets/sass/main.scss +++ b/themes/ccchh/assets/sass/main.scss @@ -27,9 +27,10 @@ header { } -body>footer { +body > footer { padding-top: var(--spacing); padding-bottom: var(--spacing); + nav { ul { display: flex; @@ -38,7 +39,7 @@ body>footer { } } -body>main { +body > main { padding-bottom: var(--spacing); } @@ -90,12 +91,12 @@ body>main { border-radius: 0; } - &:first-child>a { + &:first-child > a { border-top-left-radius: var(--border-radius); border-bottom-left-radius: var(--border-radius); } - &:last-child>a { + &:last-child > a { border-top-right-radius: var(--border-radius); border-bottom-right-radius: var(--border-radius); } @@ -255,7 +256,6 @@ body>main { } - // Blog Overview: Categories list div.nav-aside { ul {