added atom preview, and minor display fixes
This commit is contained in:
parent
3d1b78ab1f
commit
8743ea61ff
@ -102,7 +102,7 @@ td:hover {
|
|||||||
float: right;
|
float: right;
|
||||||
font-size: 250% !important;
|
font-size: 250% !important;
|
||||||
color: #585858;
|
color: #585858;
|
||||||
|
margin: 0 1% 3% 1%;
|
||||||
-webkit-transition: color 0.5s ease;
|
-webkit-transition: color 0.5s ease;
|
||||||
-moz-transition: color 0.5s ease;
|
-moz-transition: color 0.5s ease;
|
||||||
-ms-transition: color 0.5s ease;
|
-ms-transition: color 0.5s ease;
|
||||||
@ -121,3 +121,29 @@ td:hover {
|
|||||||
margin-left: 10%;
|
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;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user