tailored the style for the navigation buttons
All checks were successful
default-pipeline default-pipeline #128

This commit is contained in:
Balázs Vigh 2021-04-28 20:42:42 +02:00
parent e33d8c02e9
commit 854775011c

View File

@ -195,7 +195,7 @@
}
#guess {
top: 10px;
left: 20px;
left: 10px;
opacity: 0.95;
visibility: hidden;
}
@ -207,7 +207,7 @@
}
#navigation {
bottom: 25px;
left: 10px;
left: 5px;
width: 45px;
}
#navigation .navigationItem {
@ -274,7 +274,7 @@
height: initial;
}
#guess.result {
left: 20px;
left: 10px;
right: 20px;
bottom: 30px;
}