This commit is contained in:
parent
a4fe26e416
commit
1df3113a60
File diff suppressed because one or more lines are too long
@ -10,10 +10,10 @@
|
||||
padding-left: 1rem;
|
||||
}
|
||||
}
|
||||
@include breakpoint(small down) {
|
||||
text-align: center;
|
||||
// @include breakpoint(small down) {
|
||||
// text-align: center;
|
||||
|
||||
}
|
||||
// }
|
||||
position: absolute;
|
||||
|
||||
top: 0;
|
||||
@ -307,7 +307,9 @@
|
||||
//menu droite
|
||||
.block-region-third{
|
||||
margin-top: 20rem;
|
||||
|
||||
@include breakpoint(small down) {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
#node\:field_evenements_lies{
|
||||
article{
|
||||
display: grid;
|
||||
@ -338,8 +340,13 @@
|
||||
margin-top: 1rem;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
|
||||
column-gap: 1rem;
|
||||
padding: 0 10%;
|
||||
|
||||
@include breakpoint(small down) {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
}
|
||||
article{
|
||||
margin-bottom: 1.6rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user