File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 33<header
44 class =" flex items-center py-1 px-4 border-b-[3px] h-[54px] z-20 fixed inset-x-0 top-0 bg-white"
55>
6- <div class =" container max-w-screen-sm flex items-center" >
6+ <div class =" mx-auto max-w-screen-sm flex items-center" >
77 <a class =" text-2xl" href =" #home" >Fajarullah</a >
88 </div >
99</header >
Original file line number Diff line number Diff line change 2626 </script >
2727
2828<section id =" home" >
29- <div class =" container max-w-screen-sm mx-auto mt-24 p-4" >
29+ <div class =" max-w-screen-sm mx-auto mt-24 p-4" >
3030 <h1 aria-label =" introduction" class =" text-2xl text-center mb-4" >
3131 Hi, I am <strong aria-label =" my name" >Fajarullah</strong >
3232 </h1 >
Original file line number Diff line number Diff line change 2424 </script >
2525
2626<section id =" technologies" >
27- <div class =" container my-4 p-4 max-w-screen-sm" >
27+ <div class =" mx-auto my-4 p-4 max-w-screen-sm" >
2828 <h2 class =" text-xl text-center mb-4" >My Tech Stacks</h2 >
2929 <ul class =" flex flex-wrap justify-center" >
3030 {#each usedTechnologies as usedTechnology }
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ module.exports = {
1414 textColor : {
1515 'body-color' : 'var(--text-body)'
1616 }
17- } ,
18- container : {
19- center : true
2017 }
2118 } ,
2219}
You can’t perform that action at this time.
0 commit comments