tangled
alpha
login
or
join now
kacaii.dev
/
blog
0
fork
atom
💻 My personal website
blog.kacaii.dev/
blog
gleam
lustre
0
fork
atom
overview
issues
pulls
pipelines
:fire: remove duplicated tailwind class
kacaii.dev
1 month ago
df193cfc
6fe4f961
verified
This commit was signed with the committer's
known signature
.
kacaii.dev
SSH Key Fingerprint:
SHA256:n9v7QGNWHCUv1x/483hCtPUvTsVabU5PzC5CSJMUNtI=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
blog
root.gleam
+1
-1
src/blog/root.gleam
···
22
22
"grid grid-cols-1 gap-4"
23
23
<> " px-12 my-8 bg-ctp-base"
24
24
<> " text-ctp-text text-lg selection:bg-ctp-surface0"
25
25
-
<> " font-[maple-mono] scroll-smooth text-lg leading-normal"
25
25
+
<> " font-[maple-mono] scroll-smooth leading-normal"
26
26
// Responsive Design
27
27
<> " mx-auto max-w-sm "
28
28
<> " sm:max-w-md md:max-w-lg"