Skip to content

Commit c0a687d

Browse files
committed
Cleaned up CSS
1 parent 8961077 commit c0a687d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/main.mako

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@
77
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
88

99
<style>
10+
header {
11+
display: flex;
12+
justify-content: space-between;
13+
align-items: center;
14+
}
15+
1016
.row > * {
1117
width: auto !important;
1218
}
19+
1320
body.dark {
1421
--bs-body-bg: var(--bs-dark);
1522
--bs-body-color: var(--bs-light);
@@ -31,13 +38,6 @@ body.dark button.btn.btn-link {
3138
--bs-btn-color: var(--bs-link-color);
3239
}
3340
34-
header {
35-
display: flex;
36-
justify-content: space-between;
37-
align-items: center;
38-
}
39-
}
40-
4141
#darkmode, #lightmode {
4242
float: right;
4343
}

0 commit comments

Comments
 (0)