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

fix block top title

parent 370b82aa
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
padding-top: $spacing3 padding-top: $spacing3
padding-bottom: $spacing3 padding-bottom: $spacing3
// Mobile & full-width // Mobile & full-width
h2, h3 h2
@include h2 @include h2
// Desktop with sidebar // Desktop with sidebar
@include media-breakpoint-up(desktop) @include media-breakpoint-up(desktop)
@include in-page-without-sidebar @include in-page-without-sidebar
h2, h3 h2
@include h5 @include h5
.top .top
h2, h3 h2:not(.hidden)
+ .description + .description
margin-top: $spacing1 margin-top: $spacing1
@include media-breakpoint-up(desktop) @include media-breakpoint-up(desktop)
......
...@@ -140,7 +140,6 @@ ...@@ -140,7 +140,6 @@
@include meta @include meta
@include icon(arrow, before, true) @include icon(arrow, before, true)
padding-right: $spacing0 padding-right: $spacing0
@include hover-translate-icon(before, 5) @include hover-translate-icon(before, 5)
@include link @include link
text-decoration-color: rgba(0,0,0,0) text-decoration-color: rgba(0,0,0,0)
......
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