css fixes

This commit is contained in:
ksjdragon 2016-04-17 01:59:33 -04:00
parent c8b7ebf8ea
commit ea4e5febf1

View File

@ -189,10 +189,14 @@ img {
.elements { .elements {
margin-left: -150%; margin-left: -150%;
} }
.settings { .settings {
margin-left: -40%; margin-left: -40%;
width: 20%; width: 20%;
}
.periodictable {
cursor: pointer;
} }
.fa { .fa {
@ -240,6 +244,7 @@ img {
.infoBox { .infoBox {
display: flex; display: flex;
cursor: text;
} }
.preview { .preview {