🔧 master: work in progress [might break]

This commit is contained in:
Leon van Kammen 2026-02-09 13:04:34 +01:00
parent 66a70cfc0d
commit ba62855577
3 changed files with 7 additions and 11 deletions

View file

@ -6,10 +6,6 @@
.container{ .container{
} }
header{
height:210px;
}
main{ main{
margin-bottom:120px; margin-bottom:120px;
} }
@ -125,13 +121,12 @@ div#banner{
} }
div#hint{ div#hint{
float:right;
background: url(../img/blinkhint.svg); background: url(../img/blinkhint.svg);
height: 160px; height: 129px;
background-size: cover; background-size: cover;
display:inline-block;
width: 200px; width: 200px;
position: absolute;
top: 20px;
left: 60%;;
} }
div#xrecosystem{ div#xrecosystem{

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -18,8 +18,9 @@
<div id="logo"></div> <div id="logo"></div>
<div id="hint"></div> <div id="hint"></div>
<hgroup style="margin-top:12px"> <hgroup style="margin-top:12px">
<h1 style="opacity:0">The XR Federation</h1> <h1 style="opacity:0;position:absolute;">XR Hypermedia Federation</h1>
</hgroup> </hgroup>
<div class="clear"></div>
</header> </header>
<!-- ./ Header --> <!-- ./ Header -->