Skip to content

Commit

Permalink
i hecking love CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
muckelba committed Dec 1, 2023
1 parent e10ed30 commit 1db5840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/superglidetrainer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,13 @@
</script>
<section class="section background-image" style={randomImage ? `background-image: url('${randomImage}');` : ""}>
<div class="columns is-vcentered">
<div class="column is-narrow">
<div class="level">
<div class="level-item" style="position: absolute;">
<a class="icon is-medium" href="/" title="Home">
<i class="fa fa-home fa-lg" />
</a>
</div>
<div class="column">
<div class="level-item">
<h1 class="title is-1 has-text-centered">
<span class="icon is-medium">
<img src="/logo.png" alt="superglidetrainer logo" style="transform: scaleX(-1);" />
Expand Down

0 comments on commit 1db5840

Please sign in to comment.