mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-11-28 00:04:56 -05:00
fix cover image z-index\nhttps://twitter.com/rskuipers/status/1654113794581299213
This commit is contained in:
parent
61f8dd6599
commit
b85b06176c
@ -26,6 +26,7 @@ Enhancing web applications without using SPA frameworks.">
|
||||
.Cover-Header::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0; left: 0; width: 100%; height: 100%;
|
||||
background-image: url(/images/radialbugpattern-spine-black-realsize.png);
|
||||
background-position: center calc(var(--bgh) - 28em);
|
||||
@ -42,7 +43,7 @@ Enhancing web applications without using SPA frameworks.">
|
||||
</style>
|
||||
|
||||
<header class="Cover-Header">
|
||||
<h1 class="massivetext italic allcaps text-align:center fullbleed"
|
||||
<h1 class="massivetext italic allcaps text-align:center fullbleed padding-inline"
|
||||
>Hypermedia Systems</h1>
|
||||
|
||||
<p class="allcaps text-align:center f-row dense justify-content:center flex-wrap:wrap" style="row-gap: 0">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user