Add margin top to page

This commit is contained in:
Leonardo Murça 2023-06-01 22:04:53 +02:00
parent 98dddbf9d6
commit 7b45ed98de

View file

@ -26,6 +26,9 @@
</header>
<style>
header {
margin-top: 100px;
}
.logo {
background-image: logo;
}