Skip to content

Commit

Permalink
add margin to logo in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sammypanda committed Oct 30, 2024
1 parent 3b8c979 commit 3aec208
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_includes/templates/navbar.vto
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<head>
<link rel="stylesheet" href="/styles/components/navbar.css">
</head>

<nav class="navbar-container">
<div class="navbar">
<a href="/" class="navbar-logo" aria-label="Return home!">
Expand Down
8 changes: 8 additions & 0 deletions src/styles/components/navbar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.navbar {
display: flex;
height: 150px;
}

.navbar-logo {
margin: 20px;
}

0 comments on commit 3aec208

Please sign in to comment.