Modification de la page Qui sommes-nous ?

This commit is contained in:
2023-01-16 00:27:18 +01:00
parent 7b6a56fa50
commit b7e90f808a
3 changed files with 36 additions and 18 deletions

View File

@@ -1,16 +1,30 @@
@media screen and (min-width: 700px) {
img{
float: right;
main{
padding-bottom: 2%;
}
#about{
padding-right: 50%;
padding-bottom: 2%;
.about {
display: grid;
grid-template-columns: 1fr 1fr;
}
#logo{
display: flex;
justify-content: center;
}
}
@media screen and (max-width: 700px) {
#about{
main{
padding-bottom: 2%;
}
.about {
display: grid;
}
#logo{
display: flex;
justify-content: center;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB