File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<!-- Banner start -->
3
3
<section
4
- class =" flex flex-col sm:justify-between items-center sm:flex-row mt-12 sm:mt-2 "
4
+ class =" flex flex-col sm:justify-between items-center sm:flex-row mt-12 sm:mt-10 "
5
5
>
6
6
<div class =" w-full sm:w-1/3 text-left" >
7
7
<h1
8
- class =" text-3xl sm:text-5xl text-center sm:text-left font-semibold text-ternary-dark dark:text-primary-light uppercase"
8
+ class =" text-3xl sm:text-4xl xl:text- 5xl text-center sm:text-left font-semibold text-ternary-dark dark:text-primary-light uppercase"
9
9
>
10
10
Hi, Iam Stoman
11
11
</h1 >
12
12
<p
13
- class =" mt-4 text-2xml sm:text-4xl text-center sm:text-left font-semibold leading-none text-gray-400"
13
+ class =" mt-4 text-2xml sm:text-3xl xl:text- 4xl text-center sm:text-left font-semibold leading-none text-gray-400"
14
14
>
15
15
A Full-Stack Developer & Design Enthusiast
16
16
</p >
29
29
>
30
30
</div >
31
31
</div >
32
- <div class =" w-full sm:w-2/3 text-right float-right mt-8 sm:mt-0 " >
32
+ <div class =" w-full sm:w-2/3 text-right float-right" >
33
33
<img
34
34
v-if =" theme === 'light'"
35
35
src =" @/assets/images/developer.svg"
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<router-link
3
3
to =" /projects/single-project"
4
- class =" rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0 bg-secondary-light dark:bg-ternary-dark"
4
+ class =" rounded-xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0 bg-secondary-light dark:bg-ternary-dark"
5
5
aria-label =" Single Project"
6
6
>
7
7
<div >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<!-- Projects start -->
3
- <section class =" pt-20 sm:pt-28 " >
3
+ <section class =" pt-10 sm:pt-14 " >
4
4
<!-- Projects grid title start -->
5
5
<div class =" text-center" >
6
6
<p
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" container mx-auto sm:flex py-5 sm:py-10 mt-10 sm:mt-20 " >
2
+ <div class =" container mx-auto sm:flex py-5 sm:py-10 mt-5 sm:mt-10 " >
3
3
<!-- Contact form start -->
4
4
<ContactForm />
5
5
<!-- Contact form end -->
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" container mx-auto" >
3
3
<!-- Banner start -->
4
- <AppBanner />
4
+ <AppBanner class = " mb-5 sm:mb-8 " />
5
5
<!-- Banner snd -->
6
6
7
7
<!-- Projects start -->
You can’t perform that action at this time.
0 commit comments