Skip to content

Commit 8027236

Browse files
committed
style: remove unnecessary css
1 parent 0b2a225 commit 8027236

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/layouts/WikiArticle.astro

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -197,20 +197,6 @@ export interface Props {
197197
overscroll-behavior-block: none;
198198
}
199199

200-
.columns {
201-
position: relative;
202-
203-
div.center {
204-
display: flex;
205-
flex-direction: column;
206-
justify-content: space-between;
207-
208-
footer {
209-
display: none;
210-
}
211-
}
212-
}
213-
214200
.article-footer-links {
215201
margin: 1em auto;
216202
display: flex;

0 commit comments

Comments
 (0)