We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad17c6b commit a58ae59Copy full SHA for a58ae59
src/style.scss
@@ -32,8 +32,9 @@ a {
32
}
33
34
footer {
35
+ max-width: 100%;
36
background: var(--background-secondary-color);
- padding: 1em 15em;
37
+ padding: 1em 15vw;
38
display: flex;
39
justify-content: space-between;
40
align-items: center;
@@ -45,6 +46,8 @@ footer {
45
46
47
flex-direction: row;
48
49
+ flex-wrap: wrap;
50
+ justify-content: center;
51
52
53
p {
@@ -68,6 +71,7 @@ footer {
68
71
border-radius: 999em;
69
72
70
73
74
+
75
a:has(img) {
76
padding: 10px 7.5px;
77
@@ -327,7 +331,7 @@ header {
327
331
.desktop {
328
332
display: none;
329
333
330
-
334
335
header {
336
>h2 {
337
0 commit comments