Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Finetuning
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoss committed Dec 7, 2023
1 parent a687b66 commit 64427e2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/_layouts/components/tocTools.11ty.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports.getTocContent = (eleventy, data) => {

return `
<ul class="item-list is-tight">
<li><a href="/">Home</a></li>
${tocItems.join("\n")}
</ul>`;
}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/styles/scss/components/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ul:not([class]) {
}

& + li {
margin-top: 1%;
margin-top: 0.5%;
}
}
}
Expand All @@ -36,7 +36,7 @@ ol:not([class]){
}

li + li {
margin-top: 1%;
margin-top: 0.5%;

}

Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/scss/layouts/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############################################################################ */

.page main{
h2, h3, h4, p, blockquote, ul:not(.content-card-overview), ol{
h2, h3, h4, p, blockquote, ul:not(.content-card-overview, .insight-overview), ol{
max-width: var(--max-width-content);
}
}
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Medieninformatik 5.0
layout: page.11ty.js
inToc: true
inToc: false
bodyClass: home
---

Expand Down
5 changes: 4 additions & 1 deletion src/toc-overall.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ bodyClass: home
<snippet type="toc" id="table-of-content-master" search="master"></snippet>

## Ergebnisse & Erkenntnisse aus dem Reakkreditierungsprozess
<snippet type="toc" id="table-of-content-learnings" search="learnings"></snippet>
<snippet type="toc" id="table-of-content-learnings" search="learnings"></snippet>

## Für verschiedene Gremien
<snippet type="toc" id="table-of-content-boards" search="boards"></snippet>

0 comments on commit 64427e2

Please sign in to comment.