- commit
- ea3e207ae8540201a4e0bcca8291570ed72e3f5b
- parent
- 3ffdb8fec900da22b6e3f9636bbc4b8c6e3f071d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-04-10 06:05
rm unused footer styling fixup 0c6afc1948c856b70ff077b50f32047f2f6cc876
Diffstat
D | style/components/_footer.scss | 8 | -------- |
M | style/style.scss | 1 | - |
2 files changed, 0 insertions, 9 deletions
diff --git a/style/components/_footer.scss b/style/components/_footer.scss
@@ -1,8 +0,0 @@1 -1 .footer {2 -1 font-size: smaller;3 -1 text-align: center;4 -15 -1 div {6 -1 display: inline-block;7 -1 }8 -1 }
diff --git a/style/style.scss b/style/style.scss
@@ -13,7 +13,6 @@ $color-link-focus: var(--color-link-focus); 13 13 @import "base"; 14 14 15 15 @import "components/blog";16 -1 @import "components/footer";17 16 @import "components/header"; 18 17 @import "components/code"; 19 18