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

fix block with hidden title

parent bf1f0767
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
@include grid(4, desktop)
&.odd-items
@include grid(3, desktop)
.top + ul
.top:not(.hidden) + ul
margin-top: $spacing2
dl
margin-bottom: 0
......
......@@ -173,7 +173,7 @@
display: block
grid-column: 1 / 8
margin-bottom: 0
.top + .description
.top:not(.hidden) + .description
grid-column: 1 / 8
grid-row: 2 / 3
// Default behavior (without page description)
......
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