We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1e569 commit b7621caCopy full SHA for b7621ca
src/hexdocs/view/home.gleam
@@ -48,12 +48,12 @@ pub fn home(model: Model) {
48
[class("flex flex-col justify-around mt-14 md:mt-26 lg:mt-40")],
49
[
50
html.div(
51
- [id("logo"), class("flex items-center justify-start gap-6")],
+ [id("logo"), class("flex align-middle justify-start gap-3")],
52
53
html.img([
54
attribute.src("/images/hexdocs-logo.svg"),
55
attribute.alt("HexDocs Logo"),
56
- class("w-auto h-10 lg:w-auto lg:h-12"),
+ class("w-auto h-10 lg:h-12"),
57
]),
58
html.h1(
59
0 commit comments