Skip to content

Commit

Permalink
Mobile friendliness
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 29, 2019
1 parent c4f5010 commit 49a1415
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/nixos-site.css
Expand Up @@ -2,6 +2,8 @@

body {
padding-top: 50px;
/* a bit more mobile friendly */
font-size: 16px;
}

@media (max-width: 979px) {
Expand Down Expand Up @@ -99,6 +101,11 @@ pre {
content: " [nix-shell]$ ";
}

/* mobile friendly */
div.main {
word-wrap: break-all;
}

div.main li {
margin-bottom: 0.5em;
}
Expand Down

0 comments on commit 49a1415

Please sign in to comment.