Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
homepage UI fix
  • Loading branch information
mireille-raad committed Nov 12, 2020
commit e42a27435f0a55d67601cd727a364c9e522e6e18
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</ul>
</div>

<div class="border w-md-50 float-md-right mt-md-4 p-2">
<div class="border w-md-50 float-md-right mt-1 mt-md-4 p-2">
<strong> Dashboard </strong>
<!-- list of posts where category is "featured" -->
<ul class="list-unstyled">
Expand Down
2 changes: 1 addition & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pre {
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

code.highlighter-rouge {
code.highlighter-rouge, mark.code {
background-color: #F6F8FA;
color: #000;
letter-spacing: 2px;
Expand Down