This commit is contained in:
2026-03-20 17:13:38 +01:00
parent 4c84735b75
commit c043ee9a52
1152 changed files with 317560 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
@import "variables";
.footer {
margin-top: 40px;
text-align: center;
color: $white;
background: linear-gradient(to bottom left, $primary-color, $primary-color-light);
clear: both;
.footer-text,
.footer-link {
display: inline-block;
padding: 40px;
}
.footer-text {
padding-bottom: 0;
.hearts {
font-size: 18px;
color: $primary-color-dark;
}
}
.footer-link {
text-decoration: none;
color: $white;
transition: color 0.15s;
&:hover,
&:focus {
color: $primary-color-dark;
}
}
}