fix: markdown table style and max width

This commit is contained in:
tdgao
2026-04-14 20:41:59 -06:00
parent aa7819f6ff
commit 83852e5719
2 changed files with 13 additions and 2 deletions
@@ -62,6 +62,8 @@
.normal-page__content {
grid-area: content;
width: 100%;
min-width: 0;
}
.normal-page__header {
@@ -116,6 +118,8 @@
}
.normal-page__content {
width: 100%;
min-width: 0;
max-width: calc(80rem - 18.75rem - 1.5rem);
//overflow-x: hidden;
}
@@ -164,6 +168,8 @@
.normal-page__content {
grid-area: content;
width: 100%;
min-width: 0;
max-width: calc(80rem - 18.75rem - 1.5rem);
//overflow-x: hidden;
}