diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-18 14:14:53 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-18 14:48:54 -0400 |
commit | 1f9024763d9224c4cd9a181bac27e6b9f12ad672 (patch) | |
tree | 00f827470dad9aa2692483acbdef9502c1a464d3 /src/scss | |
parent | fix rss (diff) | |
download | website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.gz website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.bz2 website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.zip |
refactor
Diffstat (limited to 'src/scss')
-rw-r--r-- | src/scss/legacy.scss | 8 |
1 files changed, 6 insertions, 2 deletions
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; + } } |