style updated

This commit is contained in:
Alaguraj0361 2025-09-09 14:15:08 +05:30
parent 4dea29f59e
commit e1ade27540
2 changed files with 5 additions and 4 deletions

View File

@ -39,7 +39,7 @@
.default-sidebar .category-widget .category-list li{ .default-sidebar .category-widget .category-list li{
position: relative; position: relative;
display: block; display: block;
margin-bottom: 23px; margin-bottom: 15px;
} }
.default-sidebar .category-widget .category-list li:last-child{ .default-sidebar .category-widget .category-list li:last-child{
@ -49,8 +49,8 @@
.default-sidebar .category-widget .category-list li a{ .default-sidebar .category-widget .category-list li a{
position: relative; position: relative;
display: inline-block; display: inline-block;
font-size: 22px; font-size: 18px;
line-height: 32px; line-height: 22px;
font-weight: 500; font-weight: 500;
color: #101A30; color: #101A30;
padding-left: 35px; padding-left: 35px;

View File

@ -31,7 +31,7 @@
.testimonial-block-one .inner-box{ .testimonial-block-one .inner-box{
position: relative; position: relative;
display: block; display: block;
background: #fff; background: #ffffff45;
box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
border-radius: 20px; border-radius: 20px;
padding: 50px; padding: 50px;
@ -53,6 +53,7 @@
line-height: 34px; line-height: 34px;
font-style: italic; font-style: italic;
margin-bottom: 30px; margin-bottom: 30px;
color: white;
} }
.testimonial-block-one .inner-box .author-box{ .testimonial-block-one .inner-box .author-box{