Update logo
|
|
@ -92,6 +92,21 @@ div.page-container > div:last-child {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
div#header {
|
||||
display: grid;
|
||||
grid-template-columns: 66px 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
grid-column-gap: 15px;
|
||||
grid-row-gap: 0px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
div#header img {
|
||||
filter: drop-shadow(2px 2px hsl(0, 0%, 66%));
|
||||
margin-right: 10px;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
div#header h1 {
|
||||
margin: 0;
|
||||
font-style: italic;
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 777 B After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 536 B After Width: | Height: | Size: 562 B |
|
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
public/images/logo-old.png
Normal file
|
After Width: | Height: | Size: 878 B |
|
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 22 KiB |