feat #6: Add logo to all page headers

This commit is contained in:
Melora Hugues 2023-10-21 23:46:06 +02:00
parent 4909df4b04
commit fd8caf98a6
2 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,14 @@
body {
margin: 0;
}
.site-header {
width: 100%;
display: flex;
padding: 10px;
margin-bottom: 40px;
.site-logo img {
height: 100px;
}
}