This commit is contained in:
parent
d953ce654d
commit
d45028096f
@ -1,9 +1,15 @@
|
||||
/* Base styles for the hero section */
|
||||
.hero {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 0 auto; /* Centering the hero section */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 2rem;
|
||||
padding-top: 80px;
|
||||
padding-bottom: 80px;
|
||||
padding-left: 40px;
|
||||
padding-right: 40px;
|
||||
background: linear-gradient(to bottom right, #F9B208, #E72E77);
|
||||
}
|
||||
|
||||
@ -72,24 +78,10 @@
|
||||
|
||||
/* Responsive layout for larger screens */
|
||||
@media screen and (min-width: 768px) {
|
||||
.hero {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 0 auto; /* Centering the hero section */
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding-top: 80px;
|
||||
padding-bottom: 80px;
|
||||
padding-left: 40px;
|
||||
padding-right: 40px;
|
||||
background: linear-gradient(to bottom right, #F9B208, #E72E77);
|
||||
}
|
||||
|
||||
.hero-inner {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.hero-content {
|
||||
@ -127,7 +119,7 @@
|
||||
}
|
||||
|
||||
.screenshot {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
height: 330px;
|
||||
background-color: white;
|
||||
border: 5px solid black;
|
||||
|
Loading…
x
Reference in New Issue
Block a user