This commit is contained in:
parent
c9f9e046a9
commit
3905f10eae
@ -6,7 +6,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-top: 80px;
|
padding-top: 60px;
|
||||||
padding-bottom: 80px;
|
padding-bottom: 80px;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
@ -20,8 +20,8 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
gap: 2rem; /* Space between items */
|
gap: 4rem; /* Space between items */
|
||||||
margin-bottom: 40px;
|
margin-bottom: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-content {
|
.hero-content {
|
||||||
@ -59,7 +59,6 @@
|
|||||||
background-color: #E72E77;
|
background-color: #E72E77;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
color: white;
|
color: white;
|
||||||
box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Screenshots styling */
|
/* Screenshots styling */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user