Compare commits
No commits in common. "main" and "v1.2.0" have entirely different histories.
2 changed files with 1 additions and 33 deletions
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
Simple choice game.
|
Simple choice game.
|
||||||
|
|
||||||
## Demo
|
|
||||||
|
|
||||||
https://ab.21x9.org
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
0. Install `python3` (and `pip` if needed)
|
0. Install `python3` (and `pip` if needed)
|
||||||
|
|
|
@ -245,33 +245,6 @@ input[type="radio"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width:640px) {
|
@media only screen and (max-width:640px) {
|
||||||
#header {
|
|
||||||
padding-top: 15px;
|
|
||||||
padding-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover #help {
|
|
||||||
top: 5px;
|
|
||||||
width: 100%;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.a {
|
|
||||||
padding: 15px;
|
|
||||||
font-size: small;
|
|
||||||
text-indent: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.b {
|
|
||||||
padding: 15px;
|
|
||||||
font-size: small;
|
|
||||||
text-indent: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.o {
|
|
||||||
padding: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
min-width: 95%;
|
min-width: 95%;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
@ -283,8 +256,7 @@ input[type="radio"] {
|
||||||
|
|
||||||
#next {
|
#next {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
margin-top: 10px;
|
margin-top: 20px;
|
||||||
height: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#questions {
|
#questions {
|
||||||
|
|
Loading…
Add table
Reference in a new issue