mep_idpresse

This commit is contained in:
2018-05-31 10:51:08 +02:00
parent fb12225650
commit 48cbadf266
7 changed files with 30 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -83,4 +83,22 @@
}
}
}
#presse{
p:nth-of-type(1){
padding: 0 50px;
margin-top: 50px;
}
p{
&:not(:nth-of-type(1)){
width: 50%;
height: auto;
float: left;
padding: 0 80px;
img{
width: 30%;
height: auto;
}
}
}
}
}