Initial project push.
This commit is contained in:
17
theme/partials/header.scss
Normal file
17
theme/partials/header.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
header {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: color(srgb 0.983 0.9683 0.9471)
|
||||
}
|
||||
|
||||
#logo {
|
||||
a {
|
||||
padding: 0;
|
||||
background: none;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 90px;
|
||||
}
|
||||
Reference in New Issue
Block a user