feat: finish 5.0 (mostly)

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-04-15 17:15:57 +01:00
parent f874f2a54c
commit 6662514e5f
21 changed files with 2137 additions and 271 deletions

View File

@@ -15,9 +15,8 @@
text-align: center;
border-radius: 12px;
position: absolute;
top: 56%;
margin-left: -140px;
margin-top: 5px;
margin-top: 50px;
svg {
float: left;
@@ -43,16 +42,18 @@ textarea {
padding: 9px;
}
h3 {
font-size: 46px;
margin-right: 20px;
}
h4 {
margin: 0;
cursor: initial;
user-select: none;
}
p {
font-size: 16px;
cursor: initial;
user-select: none;
color: rgba(255, 71, 87, 1);
}
}
.dark textarea {
@@ -79,6 +80,7 @@ textarea {
height: 32px;
width: auto;
transition: transform .2s;
user-select: none;
&:hover {
transform: scale(1.1);