This commit is contained in:
2026-06-06 17:01:58 +02:00
10 changed files with 65 additions and 23 deletions
+17
View File
@@ -0,0 +1,17 @@
.csg-icon {
position: fixed;
top: 1rem;
right: 1rem;
z-index: 9999;
width: auto;
height: auto;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
img {
width: auto;
height: auto;
}
}
+2 -1
View File
@@ -6,6 +6,7 @@
@use "components/diagnostics";
@use "components/frontpage";
@use "components/home";
@use "components/icon";
body {
background: variables.$color-bg;
@@ -73,4 +74,4 @@ body {
button {
margin: 16px 0;
}
}
}