Skip to content

Commit ca954cf

Browse files
committed
fix(search): resolve misalignment in mobile design
1 parent 9c275a8 commit ca954cf

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

apps/site/components/Common/Searchbox/Footer/index.module.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@
5353
}
5454

5555
.poweredByWrapper {
56-
@apply ml-8
57-
flex
56+
@apply flex
5857
items-center
59-
justify-end;
58+
justify-end
59+
ml-0
60+
lg:ml-8
61+
;
6062
}

0 commit comments

Comments
 (0)