mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 10:25:12 +00:00
Logo is aligned to the left in the header, but still using grid layout
This commit is contained in:
4
src/app/header/header.component.html
Normal file → Executable file
4
src/app/header/header.component.html
Normal file → Executable file
@ -3,8 +3,8 @@
|
||||
<!-- <ul class="navbar-nav tao-grid-center-right">
|
||||
<li class="nav-item tao-header-title">an</li>
|
||||
</ul>-->
|
||||
<img src="images/avatao_logo.svg" routerLink="/" class="tao-grid-center-right tao-company-logo" alt="">
|
||||
<ul class="navbar-nav tao-grid-center-left">
|
||||
<img src="images/avatao_logo.svg" routerLink="/" class="tao-grid-center-left tao-company-logo" alt="">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item tao-header-title">Tutorials</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user