We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175e930 commit 35d66c2Copy full SHA for 35d66c2
2 files changed
src/layout/body/footer.astro
@@ -1,4 +1,4 @@
1
-<footer>
+<footer class="small-text">
2
<p>
3
<a href="https://github.com/mcecode/mce.codes" target="_blank"
4
>Made by mcecode</a
@@ -18,16 +18,3 @@
18
Thoughts are my own and does not reflect that of my employer or anyone else.
19
</p>
20
</footer>
21
-
22
-<style lang="scss">
23
- footer {
24
- font-size: v-size(3);
25
- color: var(--c-accent);
26
- }
27
28
- @include m-medium {
29
30
- font-size: v-size(4);
31
32
33
-</style>
src/styles/global.scss
@@ -120,6 +120,16 @@ path {
120
border: none;
121
background: inherit;
122
}
123
+.small-text {
124
+ font-size: v-size(3);
125
+ color: var(--c-accent);
126
+}
127
+
128
+@include m-medium {
129
+ .small-text {
130
+ font-size: v-size(4);
131
+ }
132
133
134
// Keyframes
135
0 commit comments