Update header

This commit is contained in:
2022-09-11 21:18:53 +02:00
parent f954051453
commit bd782b2bb5
2 changed files with 4 additions and 3 deletions

BIN
pages/images/header.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

View File

@@ -96,7 +96,7 @@ td:first-child {
header a { header a {
display: block; display: block;
position: relative; position: relative;
padding-top: 25%; padding-top: 25.471%;
background-color: #000000; background-color: #000000;
background-image: url(/images/header.jpg); background-image: url(/images/header.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -115,15 +115,16 @@ header a {
text-shadow: 1px 1px 3px black; text-shadow: 1px 1px 3px black;
margin-bottom: 0; margin-bottom: 0;
font-size: 60px; font-size: 60px;
font-weight: normal; font-weight: bold;
} }
.blog-description { .blog-description {
display: inline-block; display: inline-block;
margin-bottom: 0; margin-bottom: 0;
font-size: 20px; font-size: 20px;
color: #eee; color: white;
margin-left: 1rem; margin-left: 1rem;
text-shadow: 1px 1px 2px black; text-shadow: 1px 1px 2px black;
font-weight: bold;
} }