add half-life logo and steam link

This commit is contained in:
ghost 2024-01-07 04:14:41 +02:00
parent 9a1171ad18
commit 263499a22f
4 changed files with 28 additions and 3 deletions

View file

@ -13,7 +13,7 @@
/* vars */
--container-max-width: 768px;
--color-success: #4bc432;
--color-warning: #ee784e;
--color-warning: #f37b21;
--color-error: #ff6363;
--color-default: #999;
}
@ -70,6 +70,19 @@ header
display: block;
margin: 16px auto;
max-width: var(--container-max-width);
position: relative;
}
header > h1
{
padding-right: 32px;
}
header > a:first-child
{
position: absolute;
top: -2px;
right: 4px;
}
main