Skip to content
Snippets Groups Projects
Commit 8351d8e4 authored by alexisben's avatar alexisben
Browse files

fix timeline and testimonials blocks alignments

parent f90e3b48
No related branches found
No related tags found
No related merge requests found
......@@ -89,12 +89,10 @@
i
background-color: $block-testimonials-pagination-progress-background
width: 0
body:not(.programs__section)
@include in-page-without-aside
.testimonials
@include media-breakpoint-up(md)
padding-right: col(4)
@include in-page-without-aside
.testimonials
@include media-breakpoint-up(md)
padding-right: calc(#{col(4)} + #{$grid-gutter})
// TODO : en discuter en créa
// figure
......
......@@ -105,7 +105,7 @@
@include media-breakpoint-up(md)
.timeline
padding-left: col(5)
padding-left: calc(#{col(5)} + #{$grid-gutter})
@include media-breakpoint-down(md)
.events
......
......@@ -37,8 +37,10 @@
}
.d-grid > div {
background: fuchsia;
/*
border-left: 1px solid yellow;
border-right: 1px solid yellow;
border-right: 1px solid yellow;
*/
text-align: center;
}
</style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment