Skip to content

Commit 19e8b3b

Browse files
authored
Update style.css
1 parent 2b61c02 commit 19e8b3b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

style.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717

1818
body {
1919
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+
2027
}
2128

2229
h1 {
@@ -28,10 +35,6 @@ h1 {
2835
margin: 0 0 0.25em;
2936
}
3037

31-
.content {
32-
padding-top: 50px;
33-
}
34-
3538
/* Headerbar */
3639
.headerbar {
3740
display: flex;
@@ -42,7 +45,7 @@ h1 {
4245
padding: 0; /* Remove padding around the header */
4346
width: 100%; /* Ensure the header bar spans the full width */
4447
position: fixed;
45-
backdrop-filter: blur(8px);
48+
backdrop-filter: blur(12px);
4649
z-index: 9999; /* Ensure it appears above other content */
4750
}
4851

0 commit comments

Comments
 (0)