Skip to content

Commit

Permalink
test logo
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Feb 21, 2024
1 parent 6524adb commit 6422c63
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions wasm/Client/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ a{
#qtspinner
{
position:absolute;
width:80%;
height:40%;
top: 30%;
left: 10%;
width:130%;
height:80%;
top: 10%;
left: -25%;
display:block;
z-index: 1000
}
Expand Down Expand Up @@ -131,4 +131,9 @@ footer
width: 50%;
left: 50%;
}
#qtspinner
{
width:100%;
left: 0%;
}
}

0 comments on commit 6422c63

Please sign in to comment.