diff options
| author | Jakob L. Kreuze | 2019-04-30 14:39:05 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2019-04-30 14:39:05 -0400 |
| commit | 09166980c403504d1e9aca387182ec88cf9837f7 (patch) | |
| tree | 8afda22d1e5c4acc8fc2bfe1380a8637ea8c3c7e | |
| parent | bcf39d4438ec3994428e0ef402ea1e54958e9396 (diff) | |
Fix source code padding
| -rw-r--r-- | css/jakob.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/jakob.css b/css/jakob.css index f095c3a..9de2f67 100644 --- a/css/jakob.css +++ b/css/jakob.css @@ -49,7 +49,7 @@ pre { line-height: 110%; min-width: 100%; background-color: #303539; - padding: 0 1em; + padding: 1rem; color: #f0e9dc; border-radius: 4px; display: inline-block; |