Add logo on header
This commit is contained in:
@ -47,12 +47,20 @@ header {
|
||||
background-position: center center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
padding: 0px;
|
||||
.date, h1 {
|
||||
color: $header-fg;
|
||||
text-shadow: black 0px 0px 0.1em;
|
||||
}
|
||||
}
|
||||
#header-logo {
|
||||
background: url('img/logo.png') top;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
#header-logo:hover {
|
||||
background-position: bottom;
|
||||
}
|
||||
h1 {
|
||||
font-size: 28pt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user