aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-06-27 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-06-27 00:00:00 +0000
commitcd919264badf4b8a314702c872a7da14893b26fad0c88a9528a709378b5af7bd (patch)
tree0c59cbc072b31f0b159c15e201ade610c66602777a0bef4b0da5c1298e0cb0f6
parenta2c5cc3f26dbdc3fb9f5fc917802192cccc5f6ed7ba66b4f82e8ba123939bc5a (diff)
Revert "Justify text"v0.6.2
This reverts commit 19491418e6d661fe626013d3f64779cdd1af0403.
-rw-r--r--assets/css/style.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 7ab9488..50536a1 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -42,8 +42,6 @@ h1, h2, h3, h4, h5, h6 {
p {
overflow-wrap: break-word;
- text-align: justify;
- text-justify: inter-word;
}
pre {
@@ -56,8 +54,6 @@ blockquote {
background-color: #272822;
font-style: italic;
padding: 1.0em;
- text-align: justify;
- text-justify: inter-word;
}
blockquote :first-child {