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> </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 {
height: 100%;
}
.global-header { .global-header {
text-align: center; text-align: center;
display: flex; display: flex;