Skip to content

Commit b24ac2f

Browse files
committed
Update site footer
1 parent 2651d91 commit b24ac2f

File tree

7 files changed

+15
-21
lines changed

7 files changed

+15
-21
lines changed

_source/_assets/css/base/_elements.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ a {
4141
text-decoration-thickness: 0.1em;
4242
text-decoration-width: 0.1rem;
4343

44-
&:visited {
45-
color: $color-text;
44+
&:visited {
45+
color: $color-text;
4646
}
4747

4848
@media (hover: hover) {
4949

50-
&:hover {
50+
&:hover {
5151
text-decoration-color: $color-accent;
5252
text-decoration-thickness: 0.2em;
5353
text-decoration-width: 0.2em;
5454
}
5555
}
5656

57-
&:active {
57+
&:active {
5858
color: $color-text;
5959
}
6060
}

_source/_assets/css/base/_mixins.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $column-width: 30em;
88

99
$serif-stack: 'Bitter', serif;
1010
$sans-stack: 'Jost', sans-serif;
11-
$mono-stack: 'RobotoMono', monospace;
11+
$mono-stack: 'RobotoMono', monospace;
1212

1313
$font-base-small: 1.6em;
1414
$font-base-medium: calc(1em + 0.55vw);
@@ -107,4 +107,4 @@ $color-brand: #77e8b9;
107107
background-image: url($image);
108108
background-size: $width $height;
109109
}
110-
}
110+
}

_source/_assets/css/components/_foot.scss

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
&__headline {
88
font-size: 85%;
99
font-style: italic;
10-
margin: 0 0 0.6em 0;
10+
margin: 0 0 0.7em 0;
1111
}
1212

1313
&__links {
1414

1515
align-items: center;
1616
display: flex;
17-
gap: 0.4em;
18-
justify-content: center;
17+
gap: 1.1em;
1918
margin: 0;
2019

2120
li {
@@ -28,19 +27,13 @@
2827
display: flex;
2928

3029
img {
30+
display: block;
3131
height: 1.7em;
3232
width: auto;
3333
}
3434

3535
}
3636

37-
span {
38-
display: flex;
39-
font-size: 65%;
40-
font-style: italic;
41-
margin-top: 0.5em;
42-
}
43-
4437
}
4538

4639
}
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)