File tree Expand file tree Collapse file tree 2 files changed +47
-5
lines changed Expand file tree Collapse file tree 2 files changed +47
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import styles from '@/components/nav/nav.module.css'
3
3
export default function Nav ( ) {
4
4
return (
5
5
< nav
6
- className = { `p-3 md:w-2/3 xl:w-1/2 md:my-7 mx-auto flex justify-center items-center space-x-2 ${ styles . navbar } ` } >
6
+ className = { `p-3 md:w-2/3 xl:w-[40%] md:my-7 mx-auto flex justify-center items-center space-x-2 text-xs sm:text-base ${ styles . navbar } ` } >
7
7
< ul className = "flex justify-center gap-5 md:gap-10" >
8
8
< li >
9
9
< a href = "/" className = { 'flex space-x-1' } >
@@ -13,7 +13,7 @@ export default function Nav() {
13
13
viewBox = "0 0 24 24"
14
14
strokeWidth = "1.5"
15
15
stroke = "currentColor"
16
- className = "h-6 w-6" >
16
+ className = "h-5 w-5 sm:h-6 sm: w-6" >
17
17
< path
18
18
strokeLinecap = "round"
19
19
strokeLinejoin = "round"
@@ -31,7 +31,7 @@ export default function Nav() {
31
31
viewBox = "0 0 24 24"
32
32
strokeWidth = "1.5"
33
33
stroke = "currentColor"
34
- className = "h-6 w-6" >
34
+ className = "h-5 w-5 sm:h-6 sm: w-6" >
35
35
< path
36
36
strokeLinecap = "round"
37
37
strokeLinejoin = "round"
@@ -49,7 +49,7 @@ export default function Nav() {
49
49
viewBox = "0 0 24 24"
50
50
strokeWidth = "1.5"
51
51
stroke = "currentColor"
52
- className = "h-6 w-6" >
52
+ className = "h-5 w-5 sm:h-6 sm: w-6" >
53
53
< path
54
54
strokeLinecap = "round"
55
55
strokeLinejoin = "round"
@@ -69,7 +69,7 @@ export default function Nav() {
69
69
viewBox = "0 0 24 24"
70
70
strokeWidth = "1.5"
71
71
stroke = "currentColor"
72
- className = "w-6 h -6" >
72
+ className = "h-5 w-5 sm:h-6 sm:w -6" >
73
73
< path
74
74
strokeLinecap = "round"
75
75
strokeLinejoin = "round"
You can’t perform that action at this time.
0 commit comments