fix: add back home button on about page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user