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 {