Skip to content

Commit

Permalink
Reduces margin of code sections on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
abhin4v committed Jun 19, 2019
1 parent 01def0e commit a839596
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/css/style.scss
Expand Up @@ -127,5 +127,14 @@ body.remarkdown {
}
pre {
overflow: auto;
@media (max-width: 450px) {
margin-left: 0ch;
}

code {
@media (max-width: 450px) {
font-size: 0.9em;
}
}
}
}

0 comments on commit a839596

Please sign in to comment.