module
This commit is contained in:
@ -1608,7 +1608,7 @@
|
||||
.titre-module{
|
||||
font-family: "now_alt_bold";
|
||||
font-weight: 400;
|
||||
font-size: 1.5rem;
|
||||
font-size: 2rem;
|
||||
line-height: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
text-align: center;
|
||||
@ -1622,14 +1622,15 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 10px;
|
||||
|
||||
.images_v{
|
||||
width:100%;
|
||||
max-height: 10rem;
|
||||
overflow: hidden;
|
||||
img{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
}
|
||||
.texte_v{
|
||||
}
|
||||
h5{
|
||||
padding-top: 20px;
|
||||
padding-bottom: 5px;
|
||||
@ -1648,8 +1649,8 @@
|
||||
padding: 10px;
|
||||
.images_v{
|
||||
width:100%;
|
||||
max-height: 10rem;
|
||||
overflow: hidden;
|
||||
// max-height: 30%;
|
||||
// overflow: hidden;
|
||||
img{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
@ -1663,7 +1664,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.module{
|
||||
.dl_plaquette{
|
||||
width: 60%;
|
||||
margin: auto;
|
||||
|
||||
p{
|
||||
font-family: "now_alt_bold";
|
||||
font-weight: 400;
|
||||
|
Reference in New Issue
Block a user