Make the column size in posts consistent.

Signed-off-by: Daniel Valentine <Daniel-Valentine@users.noreply.github.com>
This commit is contained in:
laazyCmd 2022-11-30 21:06:21 -07:00 committed by Daniel Valentine
parent 0a6bf6bbee
commit 92f5286667
3 changed files with 3 additions and 2 deletions

View file

@ -154,6 +154,7 @@ main {
}
#column_one {
width: 100%;
max-width: 750px;
border-radius: 5px;
overflow: inherit;