Skip to content

Commit

Permalink
Merge pull request #597 from JayashTripathy/jayash
Browse files Browse the repository at this point in the history
style: 🎨 Fixed fat hamburger icon & alignment issues of dropdown issue#596
  • Loading branch information
birm committed Mar 13, 2023
2 parents c1652df + 49d3a5b commit bc668c0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/Info.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" >
<ul class="navbar-nav mr-auto">
<ul class="navbar-nav mr-auto gap-1">
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="landing/landing.html"> <i class="fas fa-home"></i> Home</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" >
<ul class="navbar-nav mr-auto">
<ul class="navbar-nav mr-auto gap-1">
<li class="nav-item active link" style="font-family: sans-serif;">
<a class="nav-link" href="landing.html"> <i class="fas fa-home"></i> Home</a>
</li>
Expand Down
5 changes: 1 addition & 4 deletions apps/landing/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,6 @@
display: inline-block;
font-size: 0.8em;
font-weight: 700;
height: 3.25em;
line-height: 3.35em;
padding: 0 2em;
text-align: center;
Expand Down Expand Up @@ -4741,9 +4740,7 @@
transition: background 0.5s;
border-radius: 3px;
}
nav li:not(:first-child){
margin-left: 0.3em !important;
}

nav li:not(.active):hover{
background: white;
}
Expand Down
5 changes: 2 additions & 3 deletions apps/signup/signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ nav li{
transition: background 0.5s;
border-radius: 3px;
}
nav li:not(:first-child){
margin-left: 0.3em !important;
}


nav li:not(.active):hover{
background: white;
}
Expand Down
2 changes: 1 addition & 1 deletion apps/signup/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" >
<ul class="navbar-nav mr-auto">
<ul class="navbar-nav mr-auto gap-1">
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="../landing/landing.html"> <i class="fas fa-home"></i> Home</a>
</li>
Expand Down
4 changes: 1 addition & 3 deletions apps/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ nav li{
transition: background 0.5s;
border-radius: 3px;
}
nav li:not(:first-child){
margin-left: 0.3em !important;
}

nav li:not(.active):hover{
background: white;
}
Expand Down
2 changes: 1 addition & 1 deletion apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" >
<ul class="navbar-nav mr-auto">
<ul class="navbar-nav mr-auto gap-1">
<li class="nav-item link" style="font-family: sans-serif;">
<a class="nav-link" href="landing/landing.html"> <i class="fas fa-home"></i> Home</a>
</li>
Expand Down

0 comments on commit bc668c0

Please sign in to comment.