added styles

This commit was merged in pull request #63.
This commit is contained in:
Ebube
2024-02-01 20:59:25 +01:00
parent d49a71b97a
commit eab01068d2
3 changed files with 102 additions and 67 deletions
+7 -3
View File
@@ -166,7 +166,7 @@
transform: translate(-50%, -50%);
width: 500px;
height: 500px;
background-color: var(--bg-white);
background-color: #ffffff;
border-radius: 100%;
z-index: -1;
}
@@ -195,7 +195,7 @@
.about_app_section .about_text .app_statstic li {
width: 248px;
background-color: var(--bg-white);
background-color: #fff;
margin-bottom: 30px;
display: flex;
align-items: center;
@@ -212,7 +212,7 @@
.about_app_section .about_text .app_statstic li p {
margin-bottom: 0;
line-height: 1;
color: var(--dark-purple);
color: #32236F;
}
.about_app_section .about_text .app_statstic li p:first-child {
@@ -229,3 +229,7 @@
margin-top: 45px;
margin-bottom: 45px;
}
.about_text{
margin-top: 2rem;
}