Skip to content

Commit

Permalink
fix internal pages links, impressum, css
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryHamon committed Sep 14, 2023
1 parent aa79bf0 commit 6958158
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ content-meta: false
[[HTML Cheatsheet]]
[[SEO Cheatsheet]]
[[InDesign Datamerge]]
[[Impressum]]
[[impressum]]

2 changes: 1 addition & 1 deletion quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const sharedPageComponents: SharedLayout = {
"are.na": "https://www.are.na/amaury-hamon",
github: "https://github.com/AmauryHamon",
instagram: "https://www.instagram.com/amauryhamon/",
impressum: "/Impressum"
impressum: "/impressum"
// "Discord Community": "https://discord.gg/cRFFHYye7t",
},
}),
Expand Down
3 changes: 3 additions & 0 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ a.tag-link {
padding: .2rem .8rem !important;
border: 1px solid var(--lightgray) !important;
}

.popover-hint > p > a.internal {
border-radius: 15px !important;
padding: .2rem .8rem !important;
margin: 0 .1rem .5rem!important;
display: inline-block;
}
header{
padding: 0 3rem;
Expand Down

0 comments on commit 6958158

Please sign in to comment.