Ajout de la page Qui sommes-nous ?

This commit is contained in:
2023-01-12 10:22:37 +01:00
parent cdccb55dfe
commit bdc975e8f9
2 changed files with 35 additions and 1 deletions

16
assets/css/about.css Normal file
View File

@@ -0,0 +1,16 @@
@media screen and (min-width: 700px) {
img{
float: right;
}
#about{
padding-right: 50%;
padding-bottom: 2%;
}
}
@media screen and (max-width: 700px) {
#about{
padding-bottom: 2%;
}
}