added text

This commit was merged in pull request #62.
This commit is contained in:
Ebube
2024-02-01 18:55:09 +01:00
parent 7f8fc1086f
commit 46341abf2a
3 changed files with 104 additions and 85 deletions
+63
View File
@@ -152,6 +152,12 @@
}
}
.section_title h2 {
font-size: 40px;
font-weight: 700;
color: #32236F;
}
.section_title h2 span {
color: #1a3544;
}
@@ -273,4 +279,61 @@
.puprple_btn:hover {
color: #1a3544;
}
@media screen and (max-width:767px) {
/* modern ui section */
.modern_ui_section .ui_images {margin-top: 10px;}
.modern_ui_section .section_title {text-align: center;}
.modern_ui_section .design_block li {padding-left: 0; margin-bottom: 30px;}
.modern_ui_section .design_block li::before {position: relative; left: auto; top: auto; display: inline-block;}
}
.modern_ui_section .row {
align-items: center;
}
.modern_ui_section .design_block {
margin-top: 45px;
}
/* modern ui text */
.modern_ui_section .section_title {
text-align: left;
}
.modern_ui_section .ui_text {
padding-right: 75px;
}
/* modern ui list */
.modern_ui_section .design_block li {
padding-left: 40px;
position: relative;
margin-bottom: 25px;
}
.modern_ui_section .design_block li::before {
content: "";
position: absolute;
left: 0;
top: 5px;
background-image: url(../../../src/assets/images/right_icon.png);
width: 22px;
height: 22px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.modern_ui_section .design_block li h4 {
font-size: 20px;
color: #32236F;
font-weight: 600;
margin-bottom: 8px;
}
.modern_ui_section .design_block li p {
margin-bottom: 0;
}