mirror of
https://github.com/Kyren223/website.git
synced 2026-03-29 17:31:41 +00:00
Adjusted navbar
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user