Skip to content

Commit

Permalink
Merge pull request #155 from Abidsyed25/size-fixed
Browse files Browse the repository at this point in the history
fixed-buttons and navbar icons size
  • Loading branch information
Kritika30032002 authored Jan 23, 2024
2 parents 662681b + 2c4666e commit a52c439
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion views/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="/register" role="button"
><button class="secondary">Register</button></a
>
<a href="/login" role="button"><button>Login</button></a>
<a href="/login" role="button"><button class="secondary">Login</button></a>
</div>
</div>
<div class="illustration">
Expand Down
2 changes: 1 addition & 1 deletion views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<button
type="submit"
id="user-login"
class="button_all_black"
class="button_all_black secondary"
role="button"
>
Login
Expand Down
6 changes: 3 additions & 3 deletions views/partials/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
>
<form class="form-inline">
<button id="theme-toggle">
<i class="fas fa-sun" style="display: none"></i>
<i class="fas fa-moon"></i>
<i class="fas fa-sun" style="display: none;font-size: medium;"></i>
<i class="fas fa-moon" style="font-size: medium;"></i>
</button>
<div class="nav_big">
<a href="/" class="btn my-2 my-sm-0 home" type="submit"> Home </a>
Expand All @@ -51,7 +51,7 @@
</a>
</div>
<div class="hamburger" onclick="toggle_nav()">
<i class="fa fa-bars"></i>
<i class="fa fa-bars" style="font-size: medium;"></i>
</div>
</form>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion views/register.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
<button
type="submit"
class="button_all_black"
class="button_all_black secondary"
id="user-register"
>
Register
Expand Down

0 comments on commit a52c439

Please sign in to comment.