diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 13:32:43 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 13:32:43 +0200 |
| commit | be09bb704f8030a072114108fc094f07ee62efba (patch) | |
| tree | b05537d59b1f47398f38bacdbe138f1c83ac9399 /src/static/style.css | |
| parent | 629d3907b89f795667ba5fe2f31b790bf56093cd (diff) | |
| download | mitjafelicijan.com-be09bb704f8030a072114108fc094f07ee62efba.tar.gz | |
Added 301 rules for old articles
Diffstat (limited to 'src/static/style.css')
| -rw-r--r-- | src/static/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/static/style.css b/src/static/style.css index 4654ae7..3cb585a 100644 --- a/src/static/style.css +++ b/src/static/style.css | |||
| @@ -4,7 +4,7 @@ body { | |||
| 4 | } | 4 | } |
| 5 | 5 | ||
| 6 | main { | 6 | main { |
| 7 | max-width: 680px; | 7 | max-width: 660px; |
| 8 | padding: 20px 30px; | 8 | padding: 20px 30px; |
| 9 | } | 9 | } |
| 10 | 10 | ||
| @@ -68,6 +68,12 @@ th, td { | |||
| 68 | padding: 5px 10px; | 68 | padding: 5px 10px; |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | p.modified { | ||
| 72 | font-style: oblique; | ||
| 73 | font-size: 90%; | ||
| 74 | margin-top: 50px; | ||
| 75 | } | ||
| 76 | |||
| 71 | ::selection { | 77 | ::selection { |
| 72 | background: #ff0; | 78 | background: #ff0; |
| 73 | color: #000; | 79 | color: #000; |
