Skip to content

Commit

Permalink
Issue CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Titiftw committed Oct 11, 2024
1 parent 478e082 commit 06dbd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/play/question.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ SPDX-License-Identifier: MPL-2.0
{@html question.question}
</h1>
{#if question.image !== null && game_mode !== 'kahoot'}
<div class="max-h-full" style="margin-top: 30%">
<div class="max-h-full">
<MediaComponent
src={question.image}
css_classes="object-cover mx-auto mb-8 max-h-[90%]"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/play/questions/check.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SPDX-License-Identifier: MPL-2.0
};
</script>

<div class="w-full">
<div class="w-full" style="margin-top: 30%">
<!--
<div
class="absolute top-0 bottom-0 left-0 right-0 m-auto rounded-full h-fit w-fit border-2 border-black shadow-2xl z-50"
Expand Down

0 comments on commit 06dbd54

Please sign in to comment.