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 @@ ...@@ -89,12 +89,10 @@
i i
background-color: $block-testimonials-pagination-progress-background background-color: $block-testimonials-pagination-progress-background
width: 0 width: 0
@include in-page-without-aside
body:not(.programs__section) .testimonials
@include in-page-without-aside @include media-breakpoint-up(md)
.testimonials padding-right: calc(#{col(4)} + #{$grid-gutter})
@include media-breakpoint-up(md)
padding-right: col(4)
// TODO : en discuter en créa // TODO : en discuter en créa
// figure // figure
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
@include media-breakpoint-up(md) @include media-breakpoint-up(md)
.timeline .timeline
padding-left: col(5) padding-left: calc(#{col(5)} + #{$grid-gutter})
@include media-breakpoint-down(md) @include media-breakpoint-down(md)
.events .events
......
...@@ -37,8 +37,10 @@ ...@@ -37,8 +37,10 @@
} }
.d-grid > div { .d-grid > div {
background: fuchsia; background: fuchsia;
/*
border-left: 1px solid yellow; border-left: 1px solid yellow;
border-right: 1px solid yellow; border-right: 1px solid yellow;
*/
text-align: center; text-align: center;
} }
</style> </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