Fix Background

This commit is contained in:
2026-05-06 14:59:54 +02:00
parent 8d4c54b01b
commit b43bac4c79
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ limitations under the License.
</ul>
</nav>
<div
<div>
<header class="global-header">
<h1>Seekra</h1>
<span class="slogan">
+5
View File
@@ -1,8 +1,13 @@
body {
margin: 0;
min-height: 100vh;
background: linear-gradient(135deg, #ffffff 0%, #E6F3FC 100%);
}
html {
height: 100%;
}
.global-header {
text-align: center;
display: flex;