This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -415,7 +415,7 @@ button.gh-form-input { | |||||||
| /* ---------------------------------------------------------- */ | /* ---------------------------------------------------------- */ | ||||||
|  |  | ||||||
| .gh-navigation { | .gh-navigation { | ||||||
|     height: 120px; |     height: 100px; | ||||||
|     font-size: 1.5rem; |     font-size: 1.5rem; | ||||||
|     font-weight: 550; |     font-weight: 550; | ||||||
|     background-color: var(--background-color); |     background-color: var(--background-color); | ||||||
| @@ -2734,31 +2734,6 @@ figcaption a { | |||||||
|     margin-top: 12vw; |     margin-top: 12vw; | ||||||
|     font-size: 1.5rem; |     font-size: 1.5rem; | ||||||
|     color: var(--color-darker-gray); |     color: var(--color-darker-gray); | ||||||
|     padding-bottom: none; |  | ||||||
|     margin-bottom: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .gh-footer, |  | ||||||
| .gh-outer { |  | ||||||
|     padding-bottom: none; |  | ||||||
|     margin-bottom: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .gh-footer, |  | ||||||
| .gh-inner { |  | ||||||
|     padding-bottom: none; |  | ||||||
|     margin-bottom: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .gh-footer-bar { |  | ||||||
|     padding-bottom: none; |  | ||||||
|     margin-bottom: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .gh-footer-inner, |  | ||||||
| .gh-inner { |  | ||||||
|     padding-bottom: none; |  | ||||||
|     margin-bottom: none; |  | ||||||
| } | } | ||||||
|  |  | ||||||
| .gh-footer a:not(.gh-button) { | .gh-footer a:not(.gh-button) { | ||||||
| @@ -2784,11 +2759,11 @@ figcaption a { | |||||||
|  |  | ||||||
| .gh-footer-bar { | .gh-footer-bar { | ||||||
|     display: flex; |     display: flex; | ||||||
|     justify-content: center; |     /* grid-template-columns: 1fr auto 1fr; */ | ||||||
|     align-items: center; |     align-items: center; | ||||||
|     /* column-gap: 32px; */ |     /* column-gap: 32px; */ | ||||||
|     margin-bottom: 100px; |     margin-bottom: 100px; | ||||||
|     padding-block: 280px; |     padding-block: 28px; | ||||||
|     font-weight: 550; |     font-weight: 550; | ||||||
|     border-block: 1px solid var(--color-border); |     border-block: 1px solid var(--color-border); | ||||||
| } | } | ||||||
| @@ -2805,16 +2780,9 @@ figcaption a { | |||||||
|     max-height: 40px; |     max-height: 40px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .gh-footer-menu { |  | ||||||
|     width: 100%; /* Ensure the parent container takes full width */ |  | ||||||
|     display: flex; |  | ||||||
|     justify-content: center; /* Center the entire menu on the screen */ |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .gh-footer-menu .nav { | .gh-footer-menu .nav { | ||||||
|     display: flex; |     display: flex; | ||||||
|     justify-content: center; |     justify-content: center; | ||||||
|     justify-content: center; |  | ||||||
|     gap: 8px 28px; |     gap: 8px 28px; | ||||||
|     flex-wrap: wrap; |     flex-wrap: wrap; | ||||||
|     margin: 0; |     margin: 0; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user