Skip to content

Commit af6e363

Browse files
Refactor high score reset button layout for responsiveness
1 parent 4e003de commit af6e363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/discover-documentation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class="inline-block py-2 px-4 bg-transparent border-2 border-[{{ $selectedFramew
9191
</div>
9292

9393
@if ($highScore > 0)
94-
<div class="absolute bottom-8 left-8">
94+
<div class="md:absolute md:bottom-8 md:left-8 flex justify-center mt-8 md:mt-0">
9595
<livewire:reset-highscore :selected-framework="$selectedFramework" />
9696
</div>
9797
@endif

0 commit comments

Comments
 (0)