Compare commits

...

1 commit

Author SHA1 Message Date
jtbx 29a0fde98c WIP 2023-11-03 22:26:29 +01:00
2 changed files with 12 additions and 5 deletions

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"css.format.spaceAroundSelectorSeparator": true,
"css.format.maxPreserveNewLines": 3,
"scss.format.maxPreserveNewLines": 3,
"scss.format.spaceAroundSelectorSeparator": true,
"files.insertFinalNewline": true
}

View file

@ -30,6 +30,7 @@ header {
body > footer {
padding-top: var(--spacing);
padding-bottom: var(--spacing);
nav {
ul {
display: flex;
@ -255,7 +256,6 @@ body>main {
}
// Blog Overview: Categories list
div.nav-aside {
ul {