From 1f9024763d9224c4cd9a181bac27e6b9f12ad672 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 18 Sep 2024 14:14:53 -0400 Subject: refactor --- src/scss/legacy.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/scss') diff --git a/src/scss/legacy.scss b/src/scss/legacy.scss index bc56f9f..dbb7bf3 100644 --- a/src/scss/legacy.scss +++ b/src/scss/legacy.scss @@ -6,12 +6,12 @@ behavior: url(boxsizing.htc); } -#main.legacy .col { +#main .col { display: block !important; width: 100% !important; } -#main.legacy .left { +#main .left { padding-right: 0 !important; padding-bottom: $outer-gap; } @@ -22,4 +22,8 @@ #new_comment { width: 400px; + + .input { + width: 400px; + } } -- cgit v1.2.3-freya