File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ import exams from "@azure-fundamentals/lib/exams.json";
44
55const Home : NextPage = ( ) => {
66 return (
7- < div className = "mx-auto mb-6 w-5/6 sm:w-2/3 lg:w-2/3 xl :w-2/4 text-center" >
7+ < div className = "mx-auto mb-6 w-full lg:w-[70vw] 2xl :w-[45%] text-center" >
88 < h2 className = "text-white text-5xl text-leading font-bold uppercase md:mt-14" >
99 Welcome!
1010 </ h2 >
1111 < p className = "text-white text-lg mt-4 mb-14 px-5 leading-6" >
1212 Select a Microsoft Azure exam from the list bellow.
1313 </ p >
14- < div className = "grid grid-cols-1 sm:grid-cols-2 gap-x-10 gap-y-5 sm :mx-16 " >
14+ < div className = "grid grid-cols-1 sm:grid-cols-2 gap-x-10 gap-y-5 mx-5 lg :mx-0 " >
1515 { exams . map ( ( exam ) => {
1616 return (
1717 < NameLink
You can’t perform that action at this time.
0 commit comments