Skip to content

Commit b7621ca

Browse files
committed
Align logo
1 parent bb1e569 commit b7621ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hexdocs/view/home.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ pub fn home(model: Model) {
4848
[class("flex flex-col justify-around mt-14 md:mt-26 lg:mt-40")],
4949
[
5050
html.div(
51-
[id("logo"), class("flex items-center justify-start gap-6")],
51+
[id("logo"), class("flex align-middle justify-start gap-3")],
5252
[
5353
html.img([
5454
attribute.src("/images/hexdocs-logo.svg"),
5555
attribute.alt("HexDocs Logo"),
56-
class("w-auto h-10 lg:w-auto lg:h-12"),
56+
class("w-auto h-10 lg:h-12"),
5757
]),
5858
html.h1(
5959
[

0 commit comments

Comments
 (0)