File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ Project Link: [https://github.com/coder8080/softpoint](https://github.com/coder8
100
100
101
101
* [ Figma template] ( https://www.figma.com/design/I7Y2VDqbXYD5sZLF7mk92y/Soft-Point )
102
102
* [ README template] ( https://github.com/othneildrew/Best-README-Template )
103
- * [ Iphone frame asset] ( https://www.vecteezy.com/png/42538623-white-smartphone-mockup-blank-screen-isolated-on-transparent-background-png-smartphone-mockup-frame )
103
+ * [ IPhone frame asset] ( https://www.vecteezy.com/png/42538623-white-smartphone-mockup-blank-screen-isolated-on-transparent-background-png-smartphone-mockup-frame )
104
104
105
105
<p align =" right " >(<a href =" #readme-top " >back to top</a >)</p >
Original file line number Diff line number Diff line change 89
89
class ="xl:hidden flex flex-row grow items-center justify-between px-5 py-5 "
90
90
>
91
91
< img src ="/softpoint/assets/images/logo.svg " alt ="Logo " />
92
- < button onclick ="toggleMenu() " aria-label ="Open Menu ">
92
+ < button
93
+ onclick ="toggleMenu() "
94
+ aria-label ="Open Menu "
95
+ class ="cursor-pointer "
96
+ >
93
97
< img
94
98
src ="/softpoint/assets/images/burger.svg "
95
99
alt ="Menu icon "
117
121
</ div >
118
122
</ nav >
119
123
< div
120
- class ="fixed top-0 right-0 left-0 bottom-0 z-3 bg-white/50 backdrop-blur-xl flex flex-col items-center justify-center gap-8 transition "
124
+ class ="fixed top-0 right-0 left-0 bottom-0 z-3 bg-white/50 backdrop-blur-xl flex flex-col items-center justify-center transition select-none "
121
125
id ="menu "
122
126
onclick ="toggleMenu() "
123
127
style ="transform: translate(100%, 0) "
124
128
>
125
- < a class ="text-xl " href ="#features "> Features</ a >
126
- < a class ="text-xl " href ="#download "> Download</ a >
127
- < a class ="text-xl " href ="#pricing "> Pricing</ a >
128
- < a class ="text-xl " href ="#pricing "> Login</ a >
129
- < a class ="text-xl " href ="#pricing "> Sign Up</ a >
129
+ < a class ="text-xl py-4 " href ="#features "> Features</ a >
130
+ < a class ="text-xl py-4 " href ="#download "> Download</ a >
131
+ < a class ="text-xl py-4 " href ="#pricing "> Pricing</ a >
132
+ < a class ="text-xl py-4 " href ="#pricing "> Login</ a >
133
+ < a class ="text-xl py-4 " href ="#pricing "> Sign Up</ a >
130
134
</ div >
131
135
< main class ="max-w-screen overflow-hidden ">
132
136
< section class ="flex justify-center ">
You can’t perform that action at this time.
0 commit comments