portrait equipe css
This commit is contained in:
parent
1464924265
commit
d3f363e6af
@ -3136,10 +3136,12 @@ header nav.dropmenu > ul {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
#le_campus #module .equipe .personne .images_v {
|
#le_campus #module .equipe .personne .photo {
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
#le_campus #module .equipe .personne .images_v img {
|
#le_campus #module .equipe .personne .photo img {
|
||||||
padding-bottom: 20px; }
|
padding-bottom: 20px !important; }
|
||||||
|
#le_campus #module .equipe .personne .info {
|
||||||
|
margin-top: 20px; }
|
||||||
#le_campus #module .equipe .personne h5 {
|
#le_campus #module .equipe .personne h5 {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
3732
user/themes/lecampus/package-lock.json
generated
3732
user/themes/lecampus/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
.images_v{
|
.images_v{
|
||||||
width:100%;
|
width:100%;
|
||||||
img{
|
img{
|
||||||
@ -50,16 +49,20 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
.images_v{
|
.photo{
|
||||||
width:100%;
|
width:100%;
|
||||||
// max-height: 30%;
|
// max-height: 30%;
|
||||||
// overflow: hidden;
|
// overflow: hidden;
|
||||||
img{
|
img{
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.info{
|
.info{
|
||||||
padding-top: 20px;
|
margin-top: 20px;
|
||||||
|
p{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
h5{
|
h5{
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user