Skip to content

Commit

Permalink
add 5px to header nav padding right
Browse files Browse the repository at this point in the history
  • Loading branch information
kami2016 committed Jul 1, 2024
1 parent 86f5d41 commit 24d619c
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 93 deletions.
4 changes: 4 additions & 0 deletions dist/assets/arrow-left.08b5c7c9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions dist/assets/arrow-right.876ca64e.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions dist/assets/index.583717e7.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

89 changes: 0 additions & 89 deletions dist/assets/index.7c1d2f30.js

This file was deleted.

3 changes: 3 additions & 0 deletions dist/assets/undo.27b49693.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Buero Vatter</title>


<script type="module" crossorigin src="/bv2024_frontend/assets/index.7c1d2f30.js"></script>
<link rel="stylesheet" href="/bv2024_frontend/assets/index.b4cff134.css">
<script type="module" crossorigin src="/bv2024_frontend/assets/index.583717e7.js"></script>
<link rel="stylesheet" href="/bv2024_frontend/assets/index.5bab9e3d.css">
</head>
<body>
<!-- landing page news -->
Expand Down
5 changes: 5 additions & 0 deletions src/assets/styles/global_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ body {
padding-right: 0px;
}

.header_nav_content {
padding-right: 5px;
padding-left: 0px;
}

#logo_nav_container {
padding-left: 0px;
padding-right: 0px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Others/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Header = () => {
expand="lg"
className="fixed-top bg-white navbar-light flex-nowrap"
>
<Container className="align-items-end p-0">
<Container className="align-items-end header_nav_content">
<Navbar.Brand id="logo_nav_container">
<Link to="/" className="navbar-brand">
<img
Expand Down

0 comments on commit 24d619c

Please sign in to comment.