From 2a61a0e5db088cdf67d3e3c7bf1db145001d8542 Mon Sep 17 00:00:00 2001 From: Anand Nakat Date: Tue, 6 Oct 2020 22:37:32 +0530 Subject: [PATCH] Minor UI Fixes --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index a20fd71..f5fe8ea 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -510,6 +510,7 @@ section { .about .content #location-list-inner i { color: #ffc451; + margin-right: .8rem; } .about .content p:last-child { @@ -541,7 +542,7 @@ section { .about .content #tweet-list-inner { -webkit-column-count: 2; column-count: 2; - text-align: center; + text-align: justify; } }