Add margin top to page
This commit is contained in:
parent
98dddbf9d6
commit
7b45ed98de
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
header {
|
||||||
|
margin-top: 100px;
|
||||||
|
}
|
||||||
.logo {
|
.logo {
|
||||||
background-image: logo;
|
background-image: logo;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue