diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-03-31 11:46:09 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-03-31 11:46:09 +0200 |
commit | bf4fe6d0fbc1d8adc7135d9700f81e34aaf4ae97 (patch) | |
tree | 1b35f83c6da718d1e0f07ef71d85c0f8c2091d21 /src/style | |
parent | a06f7e5d6c5a3df1ea292133200c662946395b10 (diff) | |
download | rgoncalves.se-bf4fe6d0fbc1d8adc7135d9700f81e34aaf4ae97.tar.gz |
style: justified text is not vertically aligned
Diffstat (limited to 'src/style')
-rw-r--r-- | src/style/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/style/style.css b/src/style/style.css index b8c073c..1c47ae6 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -2,7 +2,6 @@ * { font-family: monospace, monospace; - text-align: justify; } html { |