Merge pull request #840 from sharelatex/jel-blog-style

Blog style
This commit is contained in:
Jessica Lawshe 2018-08-29 12:24:04 -05:00 committed by GitHub
commit cf8376f213

View file

@ -11,7 +11,7 @@
list-style: none;
margin: 0;
padding: 0;
li {
.blog-post {
margin: 0 0 @margin-lg 0;
}
.card-header {
@ -38,4 +38,10 @@
font-size: small;
}
}
pre {
border: 1px solid @ol-blue-gray-2;
border-radius: @border-radius-base;
padding: @padding-sm;
}
}