Skip to content

Commit

Permalink
Merge branch 't/92f2de84'
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Aug 8, 2019
2 parents 92f2de8 + 303f892 commit c8ccd12
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/styles.css
@@ -1,3 +1,7 @@
/**
* styles.css
*/

html {
margin: 5px;
}
Expand All @@ -12,10 +16,10 @@ a {
line-height: 18px;
}

ol,
ul {
ol, ul {
display: inline-block;
padding: 5px;
width: calc(100% - 20px);
}

ol {
Expand Down

0 comments on commit c8ccd12

Please sign in to comment.