diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 05:13:18 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 05:13:18 +0200 |
| commit | 8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3 (patch) | |
| tree | 1eedb9f91655ee2a5ee1f266b6cab75fb7f7d691 /src/static/style.css | |
| parent | 6c07fd9c8cb6834ebc34ac40b0572456a3f9abae (diff) | |
| download | mitjafelicijan.com-8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3.tar.gz | |
Renamed research to sandbox experiments
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; |
