added atom preview, and minor display fixes

This commit is contained in:
ksjdragon 2016-04-10 19:58:18 -04:00
parent 3d1b78ab1f
commit 8743ea61ff

View File

@ -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;
}