Ajout de marges inférieures pour améliorer l'espacement des éléments dans le style du projet.
All checks were successful
SSH Frontend Deploy / ssh-deploy (push) Successful in 3s
All checks were successful
SSH Frontend Deploy / ssh-deploy (push) Successful in 3s
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
float: left;
|
float: left;
|
||||||
display: inline;
|
display: inline;
|
||||||
width: 49%;
|
width: 49%;
|
||||||
|
margin-bottom: 5vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.picture_placeHolder {
|
.picture_placeHolder {
|
||||||
@@ -180,4 +181,8 @@
|
|||||||
|
|
||||||
.video {
|
.video {
|
||||||
margin-bottom: 2vh;
|
margin-bottom: 2vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content1 {
|
||||||
|
margin-bottom: 5vh;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user