Skip to content

Commit bc5828c

Browse files
Merge pull request #28 from mainsail-org/mir/ui-fix
homepage UI fix
2 parents fc8bc79 + e42a274 commit bc5828c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: _layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</ul>
8686
</div>
8787

88-
<div class="border w-md-50 float-md-right mt-md-4 p-2">
88+
<div class="border w-md-50 float-md-right mt-1 mt-md-4 p-2">
8989
<strong> Dashboard </strong>
9090
<!-- list of posts where category is "featured" -->
9191
<ul class="list-unstyled">

Diff for: assets/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pre {
8181
word-wrap: break-word; /* Internet Explorer 5.5+ */
8282
}
8383

84-
code.highlighter-rouge {
84+
code.highlighter-rouge, mark.code {
8585
background-color: #F6F8FA;
8686
color: #000;
8787
letter-spacing: 2px;

0 commit comments

Comments
 (0)