From a94f054073fae483c5fc39da121ab61458bfd379 Mon Sep 17 00:00:00 2001 From: Masao Takaku Date: Wed, 15 Jan 2025 22:46:18 +0900 Subject: [PATCH] fix a bit content class. next-l/enju_leaf#1931 --- assets/themes/twitter/css/enju-manual-patch.css | 2 +- assets/themes/twitter/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/themes/twitter/css/enju-manual-patch.css b/assets/themes/twitter/css/enju-manual-patch.css index 9ec75ae..025b40b 100644 --- a/assets/themes/twitter/css/enju-manual-patch.css +++ b/assets/themes/twitter/css/enju-manual-patch.css @@ -36,7 +36,7 @@ body > .container-fluid { padding: 20px 20px 20px; } -.content { +div.content { margin: 0 auto; max-width: 1024px; box-sizing: border-box; diff --git a/assets/themes/twitter/css/style.css b/assets/themes/twitter/css/style.css index d9add5a..d11433a 100644 --- a/assets/themes/twitter/css/style.css +++ b/assets/themes/twitter/css/style.css @@ -26,7 +26,7 @@ div.alert p { } /* The white background content wrapper */ -.content { +div.content { background-color: #fff; padding: 20px; margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */