fix: add back home button on about page

This commit is contained in:
2026-04-27 10:59:11 +02:00
parent 722548118a
commit 39cf54624a
5 changed files with 19 additions and 15 deletions
+4 -9
View File
@@ -22,7 +22,8 @@ https://www.joshwcomeau.com/css/custom-css-reset/
3. Allow percentage-based heights in the application
*/
html,
body, div#app {
body,
div#app {
height: 100%;
}
/*
@@ -178,15 +179,9 @@ nav .nav-title {
nav .nav-items {
display: flex;
gap: .5em;
gap: 0.5em;
}
.article-published {
font-style: italic;
}
.link-home {
text-decoration: none;
float: right;
line-height: 2.4;
font-style: italic;
}