Bug fixes

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2020-07-20 12:01:09 +01:00
parent a17ce90e07
commit 281443d2d2
9 changed files with 18 additions and 7 deletions

View File

@@ -100,6 +100,7 @@ h4, #engines {
box-shadow: 20px #000;
font-size: 1.3em;
position: relative;
font-family: 'Lexend Deca', sans-serif;
&:hover {
transform: translateY(-0.10em);
@@ -226,4 +227,8 @@ input[type=color] {
border: none;
border-radius: 100%;
}
}
input[type=checkbox] {
vertical-align: middle;
}