Skip to content

Commit

Permalink
Merge pull request #187 from marcusv77/header
Browse files Browse the repository at this point in the history
fix header não alinhado
  • Loading branch information
marcusv77 authored Sep 21, 2020
2 parents bc4199a + 3c8d50c commit 821d8e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</span>
</button>

<div class="col-sm-3 col-md-3 col-lg-8">
<div class="col-lg-8">
<div class="collapse navbar-collapse estilo-personalizado-menu"
id="navbar_id">
<ul class="navbar-nav">
Expand Down Expand Up @@ -76,7 +76,7 @@
</div>
</div>

<div class="col-sm-3 col-md-3 col-lg-2">
<div class="col">
<ul class="navbar-nav">
<li *ngIf="!usuarioAutenticado"
class="nav-item">
Expand Down
6 changes: 6 additions & 0 deletions src/app/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ img.logoIndexHeader{
color: #2f9fae !important;
font-weight: 600;
}

@media screen and (max-width: 340px){
img.logoIndexHeader{
max-width: 180px;
}
}

0 comments on commit 821d8e6

Please sign in to comment.