From 971e3512d17d306b713c463fffa39d090b0d0df7 Mon Sep 17 00:00:00 2001 From: azimut Date: Sat, 14 Sep 2024 22:15:51 -0300 Subject: [PATCH] ui: add left padding to feed description when wide --- frontend/public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/public/index.html b/frontend/public/index.html index 8a2ae0a..f571ae4 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -136,6 +136,9 @@ justify-content: space-around; } @media (min-width: 1200px) { + .feed-bio { + padding: 0 0 0 3em; + } .feed-details { padding: 2em 5em; }