Adjusted navbar

This commit is contained in:
2024-11-14 13:59:39 +02:00
parent 85efa0fb96
commit 044d658235
2 changed files with 3 additions and 5 deletions

View File

@@ -24,7 +24,6 @@ const directories = ["skills", "projects", "blogs"];
<style>
nav {
font-weight: 900;
display: flex;
justify-content: space-between;
border: 1.5px var(--alt);
@@ -37,13 +36,13 @@ const directories = ["skills", "projects", "blogs"];
margin-bottom: 0px;
margin-left: 0.15rem;
color: var(--primary);
/* font-size: 1.25rem; */
font-size: 1.1rem;
}
#nav-links a:hover {
color: var(--accent);
}
#nav-path {
margin-right: 2rem;
/* font-size: 1.25rem; */
font-size: 1.1rem;
}
</style>

View File

@@ -180,7 +180,7 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
#content {
margin-top: 0.5rem;
display: flex;
justify-content: space-between; /* Removing this makes a cool effect of the right side being "attached" to the left */
justify-content: space-between;
}
#left {
@@ -191,7 +191,6 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
}
.column {
/* border-style: solid; */
border-width: 1px;
border-color: var(--alt);
}