Skip to content

Commit

Permalink
sort links and fix font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod committed Dec 5, 2024
1 parent 1b8a574 commit c8fd0ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ highlight_code = true
# Put all your custom variables here
hyde_theme = "theme-base-0d"

[[extra.hyde_links]]
url = "/about"
name = "About"

[[extra.hyde_links]]
url = "https://www.linkedin.com/in/divinegod/"
name = "LinkedIn"
Expand All @@ -29,10 +33,6 @@ name = "LinkedIn"
url = "https://github.com/divinegod/"
name = "GitHub"

[[extra.hyde_links]]
url = "/about"
name = "About"

[[extra.hyde_links]]
url = "https://hachyderm.io/@voided"
name = "@hachyderm.io/@voided"
2 changes: 1 addition & 1 deletion themes/ando_cv/sass/hyde.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ html {
}
@media (min-width: 58em) {
html {
font-size: 20px;
font-size: 16px;
}
}

Expand Down

0 comments on commit c8fd0ec

Please sign in to comment.