Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 28, 2023
1 parent d424eb8 commit d882fb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Choose how to receive the notifications:
</div>

<div class="space-y-2 space-x-2 grid grid-col-2">
<div class="space-y-2 space-x-2 grid grid-cols-2">

<div class="pt-1">
Email
Expand Down
8 changes: 0 additions & 8 deletions web/tailwind.output.css
Original file line number Diff line number Diff line change
Expand Up @@ -588,10 +588,6 @@ video {
position: sticky;
}

.col-span-2 {
grid-column: span 2 / span 2;
}

.float-right {
float: right;
}
Expand Down Expand Up @@ -824,10 +820,6 @@ video {
min-width: 64px;
}

.max-w-\[280px\] {
max-width: 280px;
}

.max-w-\[320px\] {
max-width: 320px;
}
Expand Down

0 comments on commit d882fb8

Please sign in to comment.