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
1
@@ -33,7 +33,7 @@ limitations under the License.
</ul> </ul>
</nav> </nav>
<div <div>
<header class="global-header"> <header class="global-header">
<h1>Seekra</h1> <h1>Seekra</h1>
<span class="slogan"> <span class="slogan">
+5
View File
@@ -1,8 +1,13 @@
body { body {
margin: 0; margin: 0;
min-height: 100vh;
background: linear-gradient(135deg, #ffffff 0%, #E6F3FC 100%); background: linear-gradient(135deg, #ffffff 0%, #E6F3FC 100%);
} }
html {
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Not necessary due to line 3 (min-height: 100vh;).

Not necessary due to line 3 (`min-height: 100vh;`).
height: 100%;
}
.global-header { .global-header {
text-align: center; text-align: center;
display: flex; display: flex;