File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <nav id =" nav" class =" container mx-auto" >
2
+ <nav id =" nav" class =" sm: container sm: mx-auto" >
3
3
<!-- Header start -->
4
4
<div
5
5
class =" z-10 max-w-screen-lg xl:max-w-screen-xl block sm:flex sm:justify-between sm:items-center my-6"
6
6
>
7
7
<!-- Header menu links and small screen humberger menu start -->
8
- <div class =" flex justify-between items-center" >
8
+ <div class =" flex justify-between items-center px-4 sm:px-0 " >
9
9
<!-- Header logos start -->
10
10
<div >
11
11
<router-link to =" /"
43
43
<svg
44
44
xmlns =" http://www.w3.org/2000/svg"
45
45
viewBox =" 0 0 24 24"
46
- class =" h-6 w-6 fill-current text-secondary-dark dark:text-ternary-light"
46
+ class =" h-7 w-7 fill-current text-secondary-dark dark:text-ternary-light"
47
47
>
48
48
<path
49
49
v-if =" isOpen"
66
66
<!-- Header links start -->
67
67
<div
68
68
:class =" isOpen ? 'block' : 'hidden'"
69
- class =" ml-3 sm:ml-4 mt-5 sm:mt-3 sm:flex justify-center items-center"
69
+ class =" m-0 sm:ml-4 mt-5 sm:mt-3 sm:flex p-5 sm:p-0 justify-center items-center shadow-lg sm:shadow-none "
70
70
>
71
71
<router-link
72
72
to =" /projects"
75
75
>
76
76
<router-link
77
77
to =" /about"
78
- class =" block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light md:mx-2 mb-2 sm:py-2"
78
+ class =" block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light md:mx-2 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark "
79
79
>About Me</router-link
80
80
>
81
81
<router-link
82
82
to =" /contact"
83
- class =" block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light md:mx-2 mb-2 sm:py-2"
83
+ class =" block text-left text-lg font-medium text-primary-dark dark:text-ternary-light hover:text-secondary-dark dark:hover:text-secondary-light md:mx-2 mb-2 sm:py-2 border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark "
84
84
>Contact</router-link
85
85
>
86
+ <div
87
+ class =" border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark"
88
+ >
89
+ <button
90
+ class =" sm:hidden block text-left text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-4 py-2 mt-2"
91
+ @click =" showModal()"
92
+ >
93
+ Hire Me
94
+ </button >
95
+ </div >
86
96
</div >
87
97
<!-- Header links end -->
88
98
You can’t perform that action at this time.
0 commit comments