Skip to content

Commit 2b67a90

Browse files
authored
Update style.css
1 parent d987825 commit 2b67a90

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

style.css

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ body {
2121
}
2222

2323
.content {
24-
margin-bottom: 1em;
25-
margin-left: 1em;
26-
margin-right: 1em;
27-
margin-top: 1em;
28-
padding-bottom: 4em;
29-
padding-top: 2em;
24+
margin: 1em;
25+
padding: 2em 0 4em;
3026
}
3127

3228
h1 {
@@ -47,7 +43,7 @@ h1 {
4743
padding: 0;
4844
width: 100%;
4945
position: sticky;
50-
top: 0px;
46+
top: 0;
5147
backdrop-filter: blur(12px);
5248
z-index: 9999;
5349
}
@@ -86,11 +82,23 @@ h1 {
8682

8783
.view-switcher a:hover,
8884
.view-switcher a:focus {
89-
background-color: rgba(124,127,147,0.3);
85+
background-color: rgba(124, 127, 147, 0.3);
9086
border-radius: 0.375rem;
9187
}
9288

9389
.view-switcher .current {
9490
background-color: rgb(201, 207, 219, 0.5);
9591
border-radius: 0.375rem;
9692
}
93+
94+
body > footer {
95+
background-color: var(--ctp-frappe-base);
96+
color: var(--ctp-frappe-text);
97+
flex-basis: auto;
98+
flex-grow: 0;
99+
flex-shrink: 0;
100+
line-height: 4em;
101+
padding: 1rem 1rem 0;
102+
text-align: center;
103+
width: 100%;
104+
}

0 commit comments

Comments
 (0)