Skip to content
Snippets Groups Projects
Commit ab2dc76d authored by weeman's avatar weeman
Browse files

Merge branch 'markdown-css-improvements' into 'develop'

38c3 Design: bessere Lesbarkeit von Markdown-Elementen

See merge request hub/hub!1070
parents 82d3b08a 8103ae30
Branches
Tags
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
{% endif %} {% endif %}
<div class="hub-row"> <div class="hub-row">
<div class="hub-col-remaining"> <div class="hub-col-remaining hub-markdown">
<div class="hub-card">{{ start_body }}</div> <div class="hub-card">{{ start_body }}</div>
</div> </div>
......
...@@ -15,6 +15,14 @@ ...@@ -15,6 +15,14 @@
} }
} }
p {
margin-top: $spacer;
&:first-child {
margin-top: 0;
}
}
h1, h1,
h2, h2,
h3, h3,
...@@ -67,4 +75,16 @@ ...@@ -67,4 +75,16 @@
content: "@"; content: "@";
} }
} }
pre {
padding: $spacer * 0.5;
padding-left: $spacer;
margin-left: $spacer;
margin-right: $spacer;
margin-bottom: $spacer;
background: $body-bg-dark;
border-left: 0.2rem solid $secondary;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment