This commit is contained in:
parent
ae14882916
commit
867ac710a9
@ -75,7 +75,7 @@
|
|||||||
.screenshot img {
|
.screenshot img {
|
||||||
max-width: 70vmin;
|
max-width: 70vmin;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 20px;
|
border-radius: 15px;
|
||||||
border: 4px solid black;
|
border: 4px solid black;
|
||||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
@ -109,12 +109,12 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
font-size: 1.75rem;
|
font-size: 1.5rem;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bloc-text h3 {
|
.bloc-text h3 {
|
||||||
font-size: 2.1rem;
|
font-size: 1.9rem;
|
||||||
color: #E72E77;
|
color: #E72E77;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
@ -135,17 +135,17 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: left;
|
align-items: left;
|
||||||
padding-left: 7vw;
|
padding-left: 10vw;
|
||||||
padding-right: 7vw;
|
padding-right: 10vw;
|
||||||
padding-top: 4vw;
|
padding-top: 2vw;
|
||||||
padding-bottom: 4vw;
|
padding-bottom: 2vw;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bloc-image img {
|
.bloc-image img {
|
||||||
width: 15vw;
|
width: 15vw;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 20px;
|
border-radius: 15px;
|
||||||
border: 4px solid black;
|
border: 4px solid black;
|
||||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user