diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 18:58:00 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 18:58:00 +0200 |
| commit | 644e3b2f2892bd9e762b8ee3b493a1a4cf7ba946 (patch) | |
| tree | 053efcda2e1fd7953c987d7ce5c1f21c8aab7476 /templates/base.html | |
| parent | ffe3ec0b24834b38564db3c63d99eecdb62a37c4 (diff) | |
| download | mitjafelicijan.com-644e3b2f2892bd9e762b8ee3b493a1a4cf7ba946.tar.gz | |
Simplified template
Diffstat (limited to 'templates/base.html')
| -rwxr-xr-x | templates/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 4689ecc..bc85947 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | body { | 32 | body { |
| 33 | padding: 1rem; | 33 | padding: 1em; |
| 34 | background: white; | 34 | background: white; |
| 35 | line-height: 1.3; | 35 | line-height: 1.3; |
| 36 | font-family: sans-serif; | 36 | font-family: sans-serif; |
| @@ -138,7 +138,6 @@ | |||
| 138 | 138 | ||
| 139 | @media only screen and (max-width: 600px) { | 139 | @media only screen and (max-width: 600px) { |
| 140 | body { | 140 | body { |
| 141 | padding: 0.5em; | ||
| 142 | word-wrap: break-word; | 141 | word-wrap: break-word; |
| 143 | } | 142 | } |
| 144 | 143 | ||
