File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 5959 margin-bottom : 1.5rem ;
6060}
6161
62+ h4 {
63+ font-size : 1.1rem ;
64+ font-family : "Poppins" , sans-serif;
65+ font-optical-sizing : auto;
66+ font-weight : 500 ;
67+ font-style : normal;
68+ margin-bottom : 1rem ;
69+ }
70+
6271/* TYPOGRAPHY */
6372p {
6473 font-size : 1.1rem ;
120129
121130.brand-name-tech {
122131 color : # a6e22e ;
132+ font-weight : 700 ;
123133 /* neon green */
124134}
125135
163173}
164174
165175.nav-links li a : hover {
166- color : # ff6347 ;
176+ color : # a51a01 ;
177+ }
178+
179+ .nav-links ul li a : hover {
180+ color : # a51a01 ;
167181}
168182
169183.dropdown-menu {
246260 display : block;
247261 }
248262
263+ body .dark .nav-links {
264+ background : # 4b76ad ;
265+ }
266+
249267 .nav-links .active {
250268 display : flex;
251269 }
@@ -276,14 +294,15 @@ p {
276294.hero-content {
277295 position : relative;
278296 z-index : 2 ;
279- max-width : 750 px ;
297+ max-width : 850 px ;
280298 opacity : 0 ;
281299 transform : translateY (30px );
282300 animation : heroFadeUp 1s ease forwards;
283301 display : flex;
284302 flex-direction : column;
285303 align-items : center;
286- gap : 20px ;
304+ gap : 5px ;
305+ padding : 20px ;
287306}
288307
289308@keyframes heroFadeUp {
@@ -317,16 +336,16 @@ p {
317336
318337.hero p {
319338 font-size : 1.1rem ;
320- margin-bottom : 2rem ;
321- gap : 30px ;
339+ /* margin-bottom: 2rem; */
340+ /* gap: 30px; */
322341}
323342
324343.hero-subtext {
325344 font-size : 1.1rem ;
326345 color : # e5e7eb ;
327346 line-height : 1.6 ;
328347 margin-top : 1rem ;
329- margin-bottom : 2 rem ;
348+ margin-bottom : 1.5 rem ;
330349 opacity : 0 ;
331350 animation : fadeUp 0.8s ease forwards;
332351 animation-delay : 0.3s ;
@@ -482,7 +501,7 @@ body.dark .nav-links a.active {
482501}
483502
484503body .dark nav ul li a : hover {
485- color : # ff9800 ;
504+ color : # a51a01 ;
486505}
487506
488507body .dark .hamburger {
Original file line number Diff line number Diff line change @@ -425,14 +425,6 @@ body.dark p {
425425}
426426
427427@media (max-width : 768px ) {
428- .hero-services h1 {
429- font-size : 2.2rem ;
430- }
431-
432- .hero-services p {
433- font-size : 1rem ;
434- }
435-
436428 .process-step {
437429 min-width : 100% ;
438430 }
You can’t perform that action at this time.
0 commit comments