diff --git a/src/styles/custom/_article.scss b/src/styles/custom/_article.scss index 95955cf..75ca8db 100644 --- a/src/styles/custom/_article.scss +++ b/src/styles/custom/_article.scss @@ -1,12 +1,8 @@ -.markdown:not(:last-child) { - padding-bottom: 1.5rem; -} - -article { +article:last-child { padding-bottom:1.5rem; } -article .table-auto table { +article .table-auto table, table.table-auto { display: table; width: 100%; table-layout: auto; diff --git a/src/styles/custom/_global.scss b/src/styles/custom/_global.scss index 7e7fa93..504cdfc 100644 --- a/src/styles/custom/_global.scss +++ b/src/styles/custom/_global.scss @@ -14,7 +14,7 @@ #sidebar { padding-top:1rem; padding-left:0.75rem; - width:18rem; + width:17rem; position: fixed; height: calc(100vh - 3rem); overflow: scroll; @@ -38,7 +38,7 @@ position: fixed; top: 4rem; right: 1rem; - width: 17rem; + width: 16rem; .menu { padding-left:0.5rem; padding-right:0.5rem; @@ -46,6 +46,6 @@ } #content { - max-width:800px; + max-width:1000px; margin:auto; } \ No newline at end of file