@@ -313,7 +313,7 @@ main a:has(span.gh-label) {
313313 display : flex;
314314 align-items : center;
315315 position : relative;
316- margin-bottom : 1.6rem ;
316+ margin-bottom : 1.6rem ;
317317}
318318
319319.step-link {
@@ -344,82 +344,82 @@ main a:has(span.gh-label) {
344344 font-size : 1rem ;
345345}
346346
347- @media (min-width : 1024px ) {
348- /* Styles for screens 768px and larger go here */
349347
350- .hero-section img {
351- width : auto;
352- }
353-
354- .hero-section {
355- display : grid;
356- grid-column : 2 / span 9 ;
357- grid-template :
358- "title title title"
359- "description description description "
360- "graphic graphic graphic" ;
348+ @media (min-width : 1024px ) {
349+ .hero-section img {
350+ width : auto;
351+ }
361352
362- margin-bottom : 6.4em ;
363- gap : 0 4em ;
364- }
353+ .hero-section {
354+ display : grid;
355+ grid-column : 2 / span 9 ;
356+ grid-template :
357+ "title title title"
358+ "description description description "
359+ "graphic graphic graphic" ;
365360
366- . hero-section h2 {
367- grid-area : title ;
368- }
361+ margin-bottom : 6.4 em ;
362+ gap : 0 4 em ;
363+ }
369364
370- .hero-description {
371- grid-area : description;
372- width : 41.67%
373- }
365+ .hero-section h2 {
366+ grid-area : title;
367+ }
374368
375- .projects ul {
376- grid-template-columns : 1fr 1fr ;
369+ .hero-description {
370+ grid-area : description;
371+ width : 41.67%
372+ }
377373
378- font-size : 1 rem ;
379- }
374+ . projects ul {
375+ grid-template-columns : 1 fr 1 fr ;
380376
381- .projects {
382- grid-column : 2 / 10 ;
383- margin-bottom : 6rem ;
384- }
377+ font-size : 1rem ;
378+ }
385379
386- .body-container , .main-content {
387- grid-column : 2 / 10 ;
388- }
380+ .projects {
381+ grid-column : 2 / 10 ;
382+ margin-bottom : 6rem ;
383+ }
389384
390- . project h5 {
391- font-size : 1.25 rem ;
392- }
385+ . body-container , . main-content {
386+ grid-column : 2 / 10 ;
387+ }
393388
394- .home-page main .posts h2 {
395- text-align : center;
396- margin-bottom : .7em ;
397- }
389+ .project h5 {
390+ font-size : 1.25rem ;
391+ }
398392
399- .home-page main .posts {
400- grid-column : 2 / span 9 ;
401- }
393+ .home-page main .posts h2 {
394+ text-align : center;
395+ margin-bottom : .7em ;
396+ }
402397
403- .home-page main .posts ul {
404- display : grid;
405- grid-template-columns : repeat (4 , 1fr );
406- margin-top : 8em ;
407- gap : 2em ;
408- box-sizing : border-box;
409- width : 100% ;
410- margin : 0 auto;
411- margin-top : 0 ;
398+ .home-page main .posts {
399+ grid-column : 2 / span 9 ;
400+ }
412401
413- font-size : 1rem ;
414- list-style : none;
415- }
402+ .home-page main .posts ul {
403+ display : grid;
404+ grid-template-columns : repeat (4 , 1fr );
405+ margin-top : 8em ;
406+ gap : 2em ;
407+ box-sizing : border-box;
408+ width : 100% ;
409+ margin : 0 auto;
410+ margin-top : 0 ;
411+
412+ font-size : 1rem ;
413+ list-style : none;
414+ }
416415
417- .project-container , .search-guide-container {
418- display : flex;
419- }
416+ .project-container , .search-guide-container {
417+ display : flex;
418+ }
420419
421- .project-description , .guide-content {
422- margin-left : 10% ;
420+ .project-description , .guide-content {
421+ margin-left : 10% ;
422+ }
423423}
424424
425425@media (min-width : 1314px ) {
0 commit comments