From: Zachary Vance Date: Wed, 17 Jun 2015 06:19:46 +0000 (-0700) Subject: Adjust column width to include margin X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=2c8527b30f839c23f33dad40e2d09a6c041ce9eb;p=za3k.git Adjust column width to include margin --- diff --git a/cheatsheet.css b/cheatsheet.css index 784efcd..1020091 100644 --- a/cheatsheet.css +++ b/cheatsheet.css @@ -7,7 +7,7 @@ section { display: inline-block; vertical-align: top; - width: 400px; + width: 390px; border: 1px solid; border-radius: 10px; margin: 5px; diff --git a/computercraft reference.jpg b/computercraft reference.jpg deleted file mode 100644 index 165980f..0000000 Binary files a/computercraft reference.jpg and /dev/null differ diff --git a/index.css b/index.css index 688cb7c..fd7fd79 100644 --- a/index.css +++ b/index.css @@ -17,7 +17,7 @@ body > .quote { } section { - width: 400px; + width: 380px; display: inline-block; border: 1px solid; border-radius: 10px;