We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97553dd commit 1ad120fCopy full SHA for 1ad120f
src/lib/css/index.scss
@@ -74,8 +74,14 @@ footer {
74
* {
75
color: black !important;
76
}
77
+ @media (min-width: 768px) {
78
+ flex-direction: row;
79
+ }
80
display: flex;
- justify-content: space-evenly;
81
+ flex-direction: column;
82
+ align-items: center;
83
+ gap: 0.5rem;
84
+ justify-content: space-around;
85
margin: 1rem;
86
87
.progress-circle {
@@ -108,12 +114,7 @@ footer {
108
114
109
115
110
116
&-donation {
111
- @media (max-width: 576px) {
112
- font-size: 0.7rem;
113
- }
117
text-align: center;
- margin-left: 0.5rem;
- display: contents;
118
119
&-logo {
120
@media (min-width: 810px) {
0 commit comments