From 8743ea61ffa1cec0ccf9ef30220ee8e3813f257d Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Sun, 10 Apr 2016 19:58:18 -0400 Subject: [PATCH] added atom preview, and minor display fixes --- atoms/index.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/atoms/index.css b/atoms/index.css index d44ef37..ad89d2c 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -102,7 +102,7 @@ td:hover { float: right; font-size: 250% !important; color: #585858; - + margin: 0 1% 3% 1%; -webkit-transition: color 0.5s ease; -moz-transition: color 0.5s ease; -ms-transition: color 0.5s ease; @@ -121,3 +121,29 @@ td:hover { margin-left: 10%; } +.infoBox { + display: flex; +} + +.preview { + margin: 3%; +} + +.info1, .info2 { + margin: 3%; +} +.info1 { + width: 25%; +} + +.info2 { + width: 30%; +} + +.sh { + margin-top: 32%; + text-align:center; + font-size:300%; + color:#fff; + text-shadow: 4px 4px 5px #444; +} \ No newline at end of file