Match critical slider CSS to final styles
Deploy to Development and Production / deploy (push) Successful in 5s
Details
Deploy to Development and Production / deploy (push) Successful in 5s
Details
This commit is contained in:
parent
b18033fbf8
commit
7681a62715
11
index.html
11
index.html
|
|
@ -35,7 +35,7 @@
|
|||
.slide-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2.5rem;
|
||||
gap: 4rem;
|
||||
}
|
||||
.slide-image { flex: 1 1 50%; }
|
||||
.slide-image img {
|
||||
|
|
@ -45,11 +45,18 @@
|
|||
border-radius: 0.5rem;
|
||||
}
|
||||
.slide-text { flex: 1 1 50%; }
|
||||
.slide-text h2 {
|
||||
font-size: clamp(1.8rem, 4vw, 2.5rem);
|
||||
color: #0804fc;
|
||||
margin-bottom: 1rem;
|
||||
line-height: 1.2;
|
||||
}
|
||||
.slide-text p { margin-bottom: 1rem; }
|
||||
.slide-portrait {
|
||||
float: right;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
margin: 0 0 2rem 2rem;
|
||||
margin: 0 0 1rem 2rem;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue