Skip to content

Commit

Permalink
fixed header margin and paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Nov 28, 2024
1 parent 181808e commit 88be889
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Frontend/src/app/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div id="header">
<div class="position-relative">

<div class="position-absolute h-100 w-100 row">
<div class="position-absolute w-100 row m-0 ps-1 pe-2">
<div class="col-6 header-section d-flex justify-content-start">
<a class="h-100 d-flex justify-content-start gap-2 align-items-center ps-2" [routerLink]="['/']">
<a class="h-100 d-flex justify-content-start gap-2 align-items-center" [routerLink]="['/']">
<img class="img-header" src="code-chef.svg" />
<h1 class="fs-3 m-0">CodeChef</h1>
</a>
Expand All @@ -19,8 +19,8 @@ <h1 class="fs-3 m-0">CodeChef</h1>
</div>
</div>

<div class="row h-100 w-100">
<div class="col-sm-4 header-section "></div>
<div class="row h-100 w-100 m-0">
<div class="col-sm-4 header-section"></div>

<div class="col-sm-4 h-100 header-section d-flex justify-content-center">
<div class="dropdown">
Expand All @@ -40,7 +40,6 @@ <h1 class="fs-3 m-0">CodeChef</h1>
<a role="button" class="btn-header btn-hover" [routerLink]="['/downloads']"><i class="bi bi-download"></i>
Downloads</a>
</div>

</div>
</div>
<div class="col-12 divider"></div>
Expand Down

0 comments on commit 88be889

Please sign in to comment.