Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 084d1db

Browse files
author
Manuel Proß
committed
feat(web): add mobile style for btns
1 parent 26b7835 commit 084d1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/styles/_btns.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.btn-primary {
2-
@apply border-solid border-[1px] rounded border-primary font-normal text-primary text-md py-4 px-12 transition-colors hover:bg-primary-opacity;
2+
@apply border-solid border-[1px] rounded border-primary font-normal text-primary text-md py-2 px-6 lg:py-4 lg:px-12 transition-colors hover:bg-primary-opacity;
33
}

0 commit comments

Comments
 (0)