responsive font size, carroussel ressources
This commit is contained in:
parent
e100f72f88
commit
b5156d7614
File diff suppressed because one or more lines are too long
@ -766,6 +766,9 @@
|
||||
text-align: center;
|
||||
}
|
||||
#centre_de_ressources-block_2{
|
||||
.slick-track{
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.slick-slide{
|
||||
margin: 0 0;
|
||||
}
|
||||
@ -808,6 +811,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
}
|
||||
.views-field:not(.views-field-field-image){
|
||||
@ -815,8 +819,7 @@
|
||||
width: auto;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 8%;
|
||||
|
||||
padding-right: 8%;
|
||||
}
|
||||
.views-field-field-sous-titre{
|
||||
grid-column: 2 / span 1;
|
||||
@ -828,6 +831,8 @@
|
||||
}
|
||||
.views-field-field-type-de-ressource{
|
||||
grid-column: 2 / span 1;
|
||||
padding: .5rem;
|
||||
|
||||
}
|
||||
.views-field-field-edition{
|
||||
grid-column: 2 / span 1;
|
||||
|
@ -234,7 +234,6 @@
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
padding: 1rem 15% 2rem 15%;
|
||||
|
||||
&>div:first-child{
|
||||
grid-column-start: 2;
|
||||
}
|
||||
@ -243,10 +242,8 @@
|
||||
&>div:first-child{
|
||||
grid-column-start: 1;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -268,7 +265,7 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
@include breakpoint(1222px down) {
|
||||
font-size: $font-small;
|
||||
font-size: $font-medium;
|
||||
|
||||
}
|
||||
}
|
||||
@ -470,8 +467,8 @@ footer[role="contentinfo"]{
|
||||
p{
|
||||
display: inline-block;
|
||||
a{
|
||||
min-width: 2rem;
|
||||
min-height: 2rem;
|
||||
min-width: 1.5rem;
|
||||
min-height: 1.5rem;
|
||||
margin-right: 0.5rem;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user