aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 22eb2285..6f804d23 100644
--- a/static/style.css
+++ b/static/style.css
@@ -248,12 +248,12 @@ textarea.fira-code {
border: 1px solid rgba(0, 0, 0, 0.11);
}
-#doc-view div {
+#doc-view {
width: calc(100% - 6rem);
}
@media (max-width: 639px) {
- #doc-view div {
+ #doc-view {
width: calc(100% - 1rem);
}
}