Merge pull request 'style: align navigation and login buttons in header' (#5) from feature/landing-page into main
Reviewed-on: #5
This commit is contained in:
commit
72bd7f8127
@ -10,11 +10,14 @@
|
|||||||
<div class="page-wrapper">
|
<div class="page-wrapper">
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="header__brand">LOGO</div>
|
<div class="header__brand">LOGO</div>
|
||||||
|
|
||||||
|
<div class="header__actions">
|
||||||
<nav class="nav">
|
<nav class="nav">
|
||||||
<a class="nav__link" href="#">Event finden</a>
|
<a class="nav__link btn btn--outline" href="#">Event finden</a>
|
||||||
</nav>
|
</nav>
|
||||||
<button class="btn btn--outline" type="button">Login</button>
|
<button class="btn btn--outline" type="button">Login</button>
|
||||||
</header>
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
<main class="main-content">
|
<main class="main-content">
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user