Skip to content

Commit

Permalink
homepage fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jan 11, 2025
1 parent b75e007 commit 83b334a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
height: 300px;
flex-shrink: 0;
animation: floatWaves 6s ease-in-out infinite;
margin-bottom: .5rem;
}
@keyframes floatWaves {
Expand Down Expand Up @@ -888,7 +889,7 @@
<div class="container">
<div class="logo">
<img src="/assets/icon.webp" alt="SQLPage Logo" width="220" height="248"
style="position: relative; bottom: 40px; object-fit: contain; width: 100%; height: 100%;">
style="position: relative; bottom: 13%; object-fit: contain; width: 100%; height: 100%;">
</div>

<div class="text-content">
Expand Down

0 comments on commit 83b334a

Please sign in to comment.