Skip to content

Commit

Permalink
fix: blog table uncontrol when responsive (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Aug 24, 2024
1 parent de287a1 commit 41f5742
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@
.nextra-wrap-container {
@apply mx-auto max-w-[90rem] pl-[max(env(safe-area-inset-left),1.5rem)] pr-[max(env(safe-area-inset-right),1.5rem)];
}

table {
position: relative;
}
}

0 comments on commit 41f5742

Please sign in to comment.