File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<!-- Header Start -->
3
3
<nav id =" nav" class =" container mx-auto bg-white" >
4
- <div class =" md:flex items-center justify-between py-5" >
4
+ <div class =" md:flex items-center justify-between px-4 py-5" >
5
5
<div class =" flex justify-between items-center" >
6
6
<div class =" text-2xl font-bold text-gray-800 md:text-3xl" >
7
7
<a href =" #" >Brand</a >
31
31
<!-- Render Active Component Contents End -->
32
32
33
33
<!-- Footer Start -->
34
- <div class =" container mx-auto bg-white" >
34
+ <div class =" container mx-auto bg-white px-4 " >
35
35
<div class =" md:flex items-center justify-between py-5" >
36
36
<div class =" flex justify-between items-center" >
37
37
<div class =" text-lg text-gray-800" >
40
40
</div >
41
41
<div >
42
42
<ul class =" flex gap-4" >
43
- <li class =" text-gray-500" ><i data-feather =" twitter" ></i ></li >
44
- <li class =" text-gray-500" ><i data-feather =" instagram" ></i ></li >
45
- <li class =" text-gray-500" ><i data-feather =" github" ></i ></li >
43
+ <li class =" text-gray-500 cursor-pointer " ><i data-feather =" twitter" ></i ></li >
44
+ <li class =" text-gray-500 cursor-pointer " ><i data-feather =" instagram" ></i ></li >
45
+ <li class =" text-gray-500 cursor-pointer " ><i data-feather =" github" ></i ></li >
46
46
</ul >
47
47
</div >
48
48
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" container mx-auto" >
2
+ <div class =" container mx-auto px-4 " >
3
3
<p >About Page</p >
4
4
<i data-feather =" home" ></i >
5
5
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" container mx-auto" >
2
+ <div class =" container mx-auto px-4 " >
3
3
<p >Home Page</p >
4
4
<i data-feather =" home" ></i >
5
5
</div >
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ import './assets/css/tailwind.css'
6
6
const feather = require ( 'feather-icons' )
7
7
feather . replace ( )
8
8
9
- createApp ( App ) . use ( router ) . use ( router ) . mount ( '#app' )
9
+ createApp ( App ) . use ( router ) . mount ( '#app' )
You can’t perform that action at this time.
0 commit comments