diff --git a/index.html b/index.html index d9481b6..675a599 100644 --- a/index.html +++ b/index.html @@ -96,6 +96,9 @@ width: calc(25% - 20px); margin-bottom: 20px; } + .double { + width: calc(50% - 20px); + } .document { background: #fff; border: 1px solid #ddd; @@ -143,6 +146,9 @@ .text-link:hover { text-decoration: underline; } + .double ul li { + text-align: left; + } footer a { color: #ffffff; } @@ -243,18 +249,16 @@