From c1d877c54d743b73c3a22d77b2a28514a22a2f5d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 Jan 2018 11:47:36 +0300 Subject: www: fix thread width on mobile --- juick-www/src/main/static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index b352af9c..eb01d458 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -512,6 +512,7 @@ article .tags > a, } .title2 { font-size: 11pt; + width: auto; } #content .title2 h2 { font-size: 11pt; -- cgit v1.2.3