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

View File

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