From 9eb6d62d7d51fc6c4ec22fad222c869c892cb1ca Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sun, 3 Jan 2021 22:50:23 +0100 Subject: [PATCH] Update style.css --- blog/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog/assets/style.css b/blog/assets/style.css index 7d34e8f..501b334 100644 --- a/blog/assets/style.css +++ b/blog/assets/style.css @@ -193,6 +193,7 @@ button { }*/ #container .blogentry { padding-top: 20px; + max-width: 820px; /*border-bottom: 1px solid #cccccc; padding-bottom: 20px;*/ } @@ -474,4 +475,4 @@ afx-hbox.inputbox { table.hljs-ln tr { background-color: transparent !important; border:0 !important; -} \ No newline at end of file +}