diff options
author | Vitaly Takmazov | 2022-11-04 21:30:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | ee9f960cdcb3974f5bb9780665deddb9191a9227 (patch) | |
tree | e558ac473b7853253fa99d4a20f0f21481d8e036 /vnext/src/index.css | |
parent | c895bb0c519e7fc7c24bfb437f08d010cfe28d99 (diff) |
Fix comments
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 181bc051..32ef7b26 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -794,8 +794,8 @@ blockquote { flex-direction: column; } - #content_wrapper { - display: flex; + #replies { + width: 640px; } #footer { color: var(--dimmed-link-color); |