parent
8ef092d7ee
commit
c6c0f03bdf
assets
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 {
|
||||
height: 120px;
|
||||
height: 100px;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 550;
|
||||
background-color: var(--background-color);
|
||||
@ -2734,31 +2734,6 @@ figcaption a {
|
||||
margin-top: 12vw;
|
||||
font-size: 1.5rem;
|
||||
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) {
|
||||
@ -2784,11 +2759,11 @@ figcaption a {
|
||||
|
||||
.gh-footer-bar {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
/* grid-template-columns: 1fr auto 1fr; */
|
||||
align-items: center;
|
||||
/* column-gap: 32px; */
|
||||
margin-bottom: 100px;
|
||||
padding-block: 280px;
|
||||
padding-block: 28px;
|
||||
font-weight: 550;
|
||||
border-block: 1px solid var(--color-border);
|
||||
}
|
||||
@ -2805,16 +2780,9 @@ figcaption a {
|
||||
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 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: center;
|
||||
gap: 8px 28px;
|
||||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user