fix header

This commit is contained in:
kevin 2020-06-01 13:18:57 +02:00
parent c809c91c25
commit addbf0b1f0
2 changed files with 6 additions and 3 deletions

View file

@ -11,7 +11,7 @@
<body>
<header>
<div class="container-fluid container-lg section">
<div class="container-lg section">
<div class="over-image">
<div class="logo">
<img src="src/images/logo.png">

View file

@ -17,7 +17,10 @@ header {
background: url("../images/header.png") no-repeat;
background-size: 100%;
height: 28rem;
position: relative;
.section{
position: relative;
}
.over-image {
bottom: 0;
@ -27,7 +30,7 @@ header {
right: 0;
.logo{
margin: 1rem 0 0 5rem
margin: 1rem 0;
}
.title {