Skip to content

Commit 83b334a

Browse files
committed
homepage fixes
1 parent b75e007 commit 83b334a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/official-site/sqlpage/templates/shell-home.handlebars

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
height: 300px;
129129
flex-shrink: 0;
130130
animation: floatWaves 6s ease-in-out infinite;
131+
margin-bottom: .5rem;
131132
}
132133
133134
@keyframes floatWaves {
@@ -888,7 +889,7 @@
888889
<div class="container">
889890
<div class="logo">
890891
<img src="/assets/icon.webp" alt="SQLPage Logo" width="220" height="248"
891-
style="position: relative; bottom: 40px; object-fit: contain; width: 100%; height: 100%;">
892+
style="position: relative; bottom: 13%; object-fit: contain; width: 100%; height: 100%;">
892893
</div>
893894

894895
<div class="text-content">

0 commit comments

Comments
 (0)