Skip to content
Snippets Groups Projects
Commit bd7e569f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Prevent top margin for first element in markdown/wiki/readme typography

parent 2c6577a1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -76,6 +76,10 @@
}
 
@mixin md-typography {
*:first-child {
margin-top: 0;
}
code { padding: 0 4px; }
h1 { margin-top: 30px;}
h2 { margin-top: 25px;}
Loading
Loading
Loading
Loading
@@ -94,12 +94,16 @@ a:focus {
*
*/
.wiki {
font-size: 14px;
line-height: 1.6;
@include md-typography;
 
.white .highlight pre { background: #f5f5f5; }
ul { margin: 0 0 9px 25px !important; }
font-size: 14px;
line-height: 1.6;
.white .highlight pre {
background: #f5f5f5;
}
ul {
margin: 0 0 9px 25px !important;
}
}
 
.md {
Loading
Loading
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