New Style #24

Merged
jakob.scheid merged 19 commits from feature/reworked-style into main 2026-05-06 15:51:57 +02:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit b43bac4c79 - Show all commits
+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;