This commit is contained in:
2025-02-06 10:48:34 +01:00
parent e2239d3894
commit f0485f6abd
3 changed files with 16 additions and 3 deletions

View File

@ -15,10 +15,19 @@
background-size: cover;
}
body>.grid {
body > .grid {
height: 100%;
}
h2.logo {
filter: drop-shadow(0 0 2px);
}
.ui.inverted.segment {
background: #1b1c1dc0;
backdrop-filter: blur(7px);
}
.logo {
margin-right: 0 !important;
}