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 6724dd4 commit 01eee4dCopy full SHA for 01eee4d
src/components/overrides/Footer.astro
@@ -147,15 +147,15 @@ if (
147
148
<style>
149
:global(footer) {
150
- flex-direction: column-reverse;
+ flex-direction: column-reverse !important;
151
}
152
153
:global(.meta) {
154
- margin-top: 0;
+ margin-top: 0 !important;
155
156
157
:global(.pagination-links) {
158
- margin-top: 3rem;
+ margin-top: 3rem !important;
159
160
161
.feedback-prompt {
0 commit comments