Skip to content

Commit 01eee4d

Browse files
committed
add !important
1 parent 6724dd4 commit 01eee4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/overrides/Footer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ if (
147147

148148
<style>
149149
:global(footer) {
150-
flex-direction: column-reverse;
150+
flex-direction: column-reverse !important;
151151
}
152152

153153
:global(.meta) {
154-
margin-top: 0;
154+
margin-top: 0 !important;
155155
}
156156

157157
:global(.pagination-links) {
158-
margin-top: 3rem;
158+
margin-top: 3rem !important;
159159
}
160160

161161
.feedback-prompt {

0 commit comments

Comments
 (0)