Skip to content

Commit

Permalink
Found diff issue - marx.css was not up to date with marx.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
johncomposed committed Jun 28, 2016
1 parent 5b7806e commit 3451837
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion css/marx.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ svg {
box-sizing: border-box;
color: #000000;
cursor: default;
font: 100% / 1.5 sans-serif; }
font: 66.66667% sans-serif; }

a {
text-decoration: none; }
Expand Down Expand Up @@ -243,6 +243,7 @@ aside,
details,
summary {
margin: 0 auto;
margin-bottom: 16px;
width: 100%; }

main {
Expand All @@ -259,6 +260,8 @@ footer {
max-width: 100%;
padding: 16px 0;
text-align: center; }
footer p {
margin-bottom: 0; }

hr {
border-top: 1px solid rgba(0, 0, 0, 0.12);
Expand Down
2 changes: 1 addition & 1 deletion css/marx.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3451837

Please sign in to comment.