18 lines
212 B
SCSS
18 lines
212 B
SCSS
|
|
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;
|
||
|
|
}
|