We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b61c02 commit 19e8b3bCopy full SHA for 19e8b3b
style.css
@@ -17,6 +17,13 @@
17
18
body {
19
background: rgb(var(--ctp-latte-base-rgb)); /* Default to latte theme */
20
+ margin: 0;
21
+}
22
+
23
+.content {
24
+ margin: 0px 16px 16px 8px;
25
+ padding-top: 76px;
26
27
}
28
29
h1 {
@@ -28,10 +35,6 @@ h1 {
35
margin: 0 0 0.25em;
36
30
37
31
-.content {
32
- padding-top: 50px;
33
-}
34
-
38
/* Headerbar */
39
.headerbar {
40
display: flex;
@@ -42,7 +45,7 @@ h1 {
42
45
padding: 0; /* Remove padding around the header */
43
46
width: 100%; /* Ensure the header bar spans the full width */
44
47
position: fixed;
- backdrop-filter: blur(8px);
48
+ backdrop-filter: blur(12px);
49
z-index: 9999; /* Ensure it appears above other content */
50
51
0 commit comments