diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-27 00:31:27 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-27 00:31:27 +0800 |
commit | 72d8921a29ee9ac9c96043793cbbf05f5c14d615 (patch) | |
tree | 5b840951d1e4cd46c18ac2ac30a635019a877d5d | |
parent | aa20b980d01665bdaee7ea6a30403204f713474d (diff) | |
download | www-72d8921a29ee9ac9c96043793cbbf05f5c14d615.tar.gz |
no max width now
-rw-r--r-- | article/abortion.html | 2 | ||||
-rw-r--r-- | plain.css | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/article/abortion.html b/article/abortion.html index d30f3fd..c09cda4 100644 --- a/article/abortion.html +++ b/article/abortion.html @@ -10,7 +10,7 @@ <p><i>This article is a work-in-progress.</i></p> <p> -<a href="https://www.law.cornell.edu/supremecourt/text/410/113">In 1973 the Supreme Court of the United States of America ruled seven-to-two in favor of Roe's rights to abortion against a healthcare official of the state of Texas. Roe argued for abortion with "privacy", derived from the Fourth and Fourteenth Amendment of the US Constitution.</a> As the U.S. has a precedential judiciary system, this effectively legalizes abortion across the country. +<a href="https://www.law.cornell.edu/supremecourt/text/410/113">In 1973 the Supreme Court of the United States of America ruled seven-to-two in favor of Roe's rights to abortion against a healthcare official of the state of Texas. Roe argued for abortion with ``privacy'', derived from the Fourth and Fourteenth Amendment of the US Constitution.</a> As the U.S. has a precedential judiciary system, this effectively legalizes abortion across the country. </p> <p> diff --git a/plain.css b/plain.css index e50d8f6..954e71d 100644 --- a/plain.css +++ b/plain.css @@ -1,9 +1,6 @@ body { background-color: #F8F4E7; color: #552800; - margin: auto; - max-width: 60em; - width: 96%; } a.link {color: #0000A0;} |