Skip to content

Commit b1ab07a

Browse files
authored
feat(blog): Add supabase auth article (windmill-labs#122)
* feat(blog): Add supabase auth article * fix(blog): Update article * fix(blog): Add code examples * more explanation * add highlights * update comparison * changes * update * feat(blog): Add video using backend scripts * add approach explanation * grammar * revamp * remove image * wording * more wording update * update * update lists * update paragraphs * add warning
1 parent 34cc793 commit b1ab07a

25 files changed

+609
-2
lines changed
Loading
Loading
Loading
Loading

blog/2023-03-16-supabase-authentication/index.md

Lines changed: 600 additions & 0 deletions
Large diffs are not rendered by default.
Loading

src/css/custom.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,22 @@ h4 {
119119
@apply rounded-xl;
120120
}
121121

122-
div.markdown li {
122+
div.markdown ul > li {
123123
list-style-type: disc !important;
124124
margin-left: 20px !important;
125125
}
126126

127-
div.markdown ul {
127+
div.markdown ol > li {
128+
list-style-type: decimal !important;
128129
margin-left: 20px !important;
129130
}
130131

132+
div.markdown ul,
133+
div.markdown ol {
134+
margin-left: 20px !important;
135+
margin-bottom: 20px !important;
136+
}
137+
131138
a {
132139
@apply text-blue-500;
133140
}
138 KB
Binary file not shown.
Binary file not shown.
430 KB
Binary file not shown.

0 commit comments

Comments
 (0)