Fix error screen

This commit is contained in:
Robert Long
2021-12-14 18:23:49 -08:00
parent 269d8d4729
commit 881a8a1d1f
2 changed files with 26 additions and 18 deletions

View File

@@ -37,15 +37,5 @@
}
.homeLink {
display: flex;
justify-content: center;
align-items: center;
padding: 8px 136px;
color: #0dbd8b;
text-decoration: none;
background: #0dbd8b;
border-radius: 8px;
color: #ffffff;
font-weight: normal;
font-size: 15px;
width: 291px;
}