Skip to content

Commit

Permalink
remove padded-navbar-brand
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldoucet committed May 30, 2024
1 parent ecb3e53 commit 2c80a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="padded-navbar-brand" href="index.html">
<a class="navbar-brand" href="index.html">
<img src="{{ site.baseurl }}/img/hest_logo.png" alt="Logo" width="20%">
</a>
<a class="navbar-brand" href="index.html">
Expand Down
2 changes: 1 addition & 1 deletion css/airspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ header .navbar-brand img {

.padded-navbar-brand {
width: 50%;
padding-top: 10px;
padding-top: 20px;
}

header .navbar-default {
Expand Down

0 comments on commit 2c80a64

Please sign in to comment.