Modification de la page Qui sommes-nous ?
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user