Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nandi95 committed Sep 11, 2024
1 parent edf32aa commit 2b3124c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</header>
<main class="px-2">
<div
class="flex xl:justify-center justify-around flex-wrap flex-row">
class="flex gap-2 xl:justify-center justify-around flex-wrap flex-row">
<div class="flex flex-col w-auto sm:max-w-50 sm:mr-2">
<AppStatusDisplay :status="status" />
<div class="w-full mx-auto">
Expand Down Expand Up @@ -313,6 +313,10 @@ export default defineComponent({
</script>

<style lang="scss">
@tailwind base;
@tailwind components;
@tailwind utilities;
.warning {
top: 50%;
left: 50%;
Expand Down

0 comments on commit 2b3124c

Please sign in to comment.