We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75e007 commit 83b334aCopy full SHA for 83b334a
examples/official-site/sqlpage/templates/shell-home.handlebars
@@ -128,6 +128,7 @@
128
height: 300px;
129
flex-shrink: 0;
130
animation: floatWaves 6s ease-in-out infinite;
131
+ margin-bottom: .5rem;
132
}
133
134
@keyframes floatWaves {
@@ -888,7 +889,7 @@
888
889
<div class="container">
890
<div class="logo">
891
<img src="/assets/icon.webp" alt="SQLPage Logo" width="220" height="248"
- 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%;">
893
</div>
894
895
<div class="text-content">
0 commit comments