Finally fixed errant stop button styling.

This commit is contained in:
Max Stevenson 2020-11-12 21:14:08 -06:00
parent 35d92cc7eb
commit e1aed59341
3 changed files with 15 additions and 3 deletions

View File

@ -270,8 +270,14 @@ body {
cursor: pointer;
}
.button-control__bottom :last-child {
position: relative;
}
#stop-button {
font-size: 16px;
position: absolute;
top: -2.5%;
left: 35%;
}
#power-charge {

File diff suppressed because one or more lines are too long

View File

@ -37,8 +37,14 @@
cursor: pointer;
}
.button-control__bottom :last-child {
position: relative;
}
#stop-button {
font-size: 16px;
position: absolute;
top: -2.5%;
left: 35%;
}
#power-charge {