fix header
This commit is contained in:
parent
c809c91c25
commit
addbf0b1f0
@ -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">
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user