Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/partials/_footer.scss')
-rw-r--r--src/styles/partials/_footer.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/partials/_footer.scss b/src/styles/partials/_footer.scss
index bf92f2c..7aa025e 100644
--- a/src/styles/partials/_footer.scss
+++ b/src/styles/partials/_footer.scss
@@ -21,7 +21,7 @@ body>footer {
flex-wrap: wrap;
text-transform: uppercase;
- header {
+ .header {
margin-right: var(--space-2);
}
@@ -97,7 +97,7 @@ body>footer {
margin-right: 0;
}
- header {
+ .header {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: var(--space-2);
@@ -148,4 +148,4 @@ body>footer {
.follow a.social {
filter: grayscale(0.75);
}
-} \ No newline at end of file
+}