File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 4
4
class =" flex flex-col sm:justify-between items-center sm:flex-row mt-12 sm:mt-10"
5
5
>
6
6
<!-- Banner left contents -->
7
- <div class =" w-full sm :w-1/3 text-left" >
7
+ <div class =" w-full md :w-1/3 text-left" >
8
8
<h1
9
- 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
+ class =" text-3xl md :text-4xl xl:text-5xl text-center sm:text-left font-semibold text-ternary-dark dark:text-primary-light uppercase"
10
10
>
11
11
Hi, Iam Stoman
12
12
</h1 >
13
13
<p
14
- class =" mt-4 text-2xml sm :text-3xl xl:text-4xl text-center sm:text-left font-semibold leading-none text-gray-400"
14
+ class =" mt-4 text-xl md :text-2xl xl:text-4xl text-center sm:text-left font-semibold leading-none text-gray-400"
15
15
>
16
16
A Full-Stack Developer & Design Enthusiast
17
17
</p >
32
32
</div >
33
33
34
34
<!-- Banner right illustration -->
35
- <div class =" w-full sm :w-2/3 text-right float-right" >
35
+ <div class =" w-full md :w-2/3 text-right float-right" >
36
36
<img
37
37
v-if =" theme === 'light'"
38
38
src =" @/assets/images/developer.svg"
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<!-- Contact details -->
3
- <div class =" w-full sm :w-1/2" >
3
+ <div class =" w-full md :w-1/2" >
4
4
<div class =" text-left max-w-xl px-6" >
5
5
<h2
6
6
class =" text-2xl text-primary-dark dark:text-primary-light font-semibold mt-12 mb-8"
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<!-- Contact form -->
3
- <div class =" w-full sm :w-1/2" >
3
+ <div class =" w-full md :w-1/2" >
4
4
<div class =" leading-loose" >
5
5
<form
6
6
class =" max-w-xl m-4 p-6 sm:p-10 bg-secondary-light dark:bg-secondary-dark rounded-xl shadow-xl text-left"
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-5 sm:mt-10" >
2
+ <div
3
+ class =" container mx-auto flex flex-col-reverse md:flex-row py-5 md:py-10 md:mt-10"
4
+ >
3
5
<!-- Contact form -->
4
6
<ContactForm />
5
7
You can’t perform that action at this time.
0 commit comments