This commit is contained in:
Ross
2021-12-11 12:06:09 +00:00
parent 4ac1a170cf
commit 6647fb69b0
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -162,12 +162,10 @@
}
.physics-answer-list input:checked::after {
transform: translateY(-20px);
margin-left: 20px;
content: "True"
}
.physics-answer-list input:not(:checked)::after {
margin-top: -5px;
margin-left: 20px;
content: "False"
}