diff options
Diffstat (limited to 'src/static/style.css')
| -rw-r--r-- | src/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css index 34cf942..4654ae7 100644 --- a/src/static/style.css +++ b/src/static/style.css | |||
| @@ -83,6 +83,10 @@ code[class*=language-] { | |||
| 83 | } | 83 | } |
| 84 | 84 | ||
| 85 | @media only screen and (max-width:480px) { | 85 | @media only screen and (max-width:480px) { |
| 86 | main { | ||
| 87 | padding: 20px; | ||
| 88 | } | ||
| 89 | |||
| 86 | nav { | 90 | nav { |
| 87 | text-align: center; | 91 | text-align: center; |
| 88 | margin-bottom: initial; | 92 | margin-bottom: initial; |
