diff --git a/04_Tablet-Quiz/app/index.html b/04_Tablet-Quiz/app/index.html index 1b4ad68..db4990b 100644 --- a/04_Tablet-Quiz/app/index.html +++ b/04_Tablet-Quiz/app/index.html @@ -273,8 +273,8 @@ .lgItem:first-of-type{border-top:0;padding-top:2px} .lgName{font-weight:700;font-size:13px;color:var(--ink)} .lgIdee{margin:2px 0 4px;font-size:13px;color:var(--ink)} - .lgBed{margin:2px 0 4px;padding-left:18px;color:var(--muted);font-size:12px} - .lgBed li{margin:1px 0} + .lgBed{margin:4px 0;color:var(--muted);font-size:13px} + .lgBed div{margin:2px 0} .lgBsp{font-size:12px;color:var(--muted)} .hint{font-weight:600;margin:8px 0} .hint.bad{color:var(--bad)} .hint.ok{color:var(--ok)} @@ -1200,12 +1200,7 @@ function renderClassify(){ const choices = CT_ORDER.map(i=> ``).join(""); const legend = `
${CHANGE_LEGEND[correct].idee}
-Beispiel: ${CHANGE_LEGEND[correct].bsp}
${CHANGE_LEGEND[correct].idee}
+Beispiel: ${CHANGE_LEGEND[correct].bsp}