mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
add half-life logo and steam link
This commit is contained in:
parent
9a1171ad18
commit
263499a22f
4 changed files with 28 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue