Skip to content

Commit

Permalink
small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasbuschmann committed Aug 4, 2019
1 parent 6c82e06 commit 0453c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _sass/basic.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body
font-size: $font-size
font-weight: $font-weight
line-height: $line-height
-webkit-text-size-adjust: 100%
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale

Expand Down Expand Up @@ -51,6 +52,7 @@ table
box-shadow: 0 0 0 1px reduce(12) inset
border-spacing: 1px
width: 100%
overflow-x: auto

tr:hover, tr:nth-child(odd) td
background: reduce(6)
Expand Down
2 changes: 1 addition & 1 deletion assets/css/theme.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import index

body > header, article, body > footer
padding: 1.5em 1em
padding: 1.5em

@media (min-width: 40em)
body > header, article, body > footer
Expand Down

0 comments on commit 0453c89

Please sign in to comment.