Skip to content

Commit

Permalink
centering elements
Browse files Browse the repository at this point in the history
  • Loading branch information
maldestor95 committed May 18, 2024
1 parent 3c3e878 commit 26d247f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toggleswitch.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<!-- code inspired by https://www.w3schools.com/howto/howto_css_switch.asp -->
<div class="flex flex-row">
<div class="flex flex-row debugall items-center">
<div class="mr-2 z-0 pt-1">
<slot>switch label</slot>
</div>
Expand Down

0 comments on commit 26d247f

Please sign in to comment.