From 2fbe19894891419337b83365cca66e32f4437e5d Mon Sep 17 00:00:00 2001 From: Ayushmaanagarwal1121 Date: Wed, 15 May 2024 13:00:45 +0530 Subject: [PATCH] Text align will be updated to center . --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ec701df92..ad454e09d 100644 --- a/style.css +++ b/style.css @@ -25,7 +25,9 @@ html.sr .load-hidden { ::-webkit-scrollbar{ width: 12px; } - +.feature-desc > p{ + text-align: center; +} ::-webkit-scrollbar-track{ border-radius: 5px; box-shadow: inset 0 0 10px rgba(0,0,0,0.25);