up
This commit is contained in:
@@ -76,13 +76,17 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.product-architecture-section--gradient {
|
||||
.product-architecture-section {
|
||||
padding: 30px 0;
|
||||
background: linear-gradient(135deg, #d2e5fa 0%, #f0f7ff 30%, #f5f9ff 70%, #d2e7fd 100%);
|
||||
}
|
||||
|
||||
.product-architecture-section--soft {
|
||||
background-color: #eaf5fd;
|
||||
padding: 60px 0;
|
||||
.product-architecture-section .text-center > p {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
.product-architecture-section img {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.product-architecture-container {
|
||||
@@ -97,18 +101,9 @@
|
||||
margin-bottom: var(--product-section-heading-inner-gap);
|
||||
}
|
||||
|
||||
.product-architecture-section--gradient .text-center > p,
|
||||
.product-architecture-section--soft .text-center > p {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
.product-architecture-section--gradient img {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.product-advantages-header {
|
||||
padding-top: 60px;
|
||||
margin-bottom: var(--product-section-heading-gap);
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -134,7 +129,7 @@
|
||||
|
||||
.feature-highlight-section {
|
||||
background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
|
||||
padding-top: 90px;
|
||||
padding-top: 60px;
|
||||
padding-bottom: 90px;
|
||||
}
|
||||
|
||||
@@ -401,7 +396,7 @@
|
||||
}
|
||||
|
||||
.cases-section {
|
||||
padding: 20px 0 100px 0;
|
||||
padding: 0px 0 80px 0;
|
||||
background: #f8fafc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user