From: zoe Date: Mon, 17 Aug 2020 02:26:42 +0000 (-0400) Subject: test text width X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7896bb40fd81453fbd43ee53c30c4a1b511e612f;p=libreplanet-static.git test text width --- diff --git a/2021/assets/css/custom.css b/2021/assets/css/custom.css index 894a80d7..556273f6 100644 --- a/2021/assets/css/custom.css +++ b/2021/assets/css/custom.css @@ -5,13 +5,17 @@ body { font-size: 15px; line-height: 1.428571429; color: #333333; - text-width: 90%; - margin-left 5%; +} + +.col-sm-12 { + width: 90%; + margin-left: 5%; + text-align: justify; } h2 { margin-bottom: 0px; - margin-top:0px; + margin-top: 0px; padding-top: 5px; }