added styles
This commit was merged in pull request #63.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user