Skip to content

Commit 1ad120f

Browse files
style adjustments for footer
1 parent 97553dd commit 1ad120f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/lib/css/index.scss

+7-6
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,14 @@ footer {
7474
* {
7575
color: black !important;
7676
}
77+
@media (min-width: 768px) {
78+
flex-direction: row;
79+
}
7780
display: flex;
78-
justify-content: space-evenly;
81+
flex-direction: column;
82+
align-items: center;
83+
gap: 0.5rem;
84+
justify-content: space-around;
7985
margin: 1rem;
8086
}
8187
.progress-circle {
@@ -108,12 +114,7 @@ footer {
108114
}
109115
}
110116
&-donation {
111-
@media (max-width: 576px) {
112-
font-size: 0.7rem;
113-
}
114117
text-align: center;
115-
margin-left: 0.5rem;
116-
display: contents;
117118
}
118119
&-logo {
119120
@media (min-width: 810px) {

0 commit comments

Comments
 (0)