Initial header refactor
This commit is contained in:
parent
20f98afdbe
commit
2ac304d3e1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,7 @@ production stylesheet in assets/built/screen.css using: gulp dev
|
||||||
/* Global */
|
/* Global */
|
||||||
.gh-container {
|
.gh-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1030px;
|
max-width: 1100px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,30 +40,51 @@ production stylesheet in assets/built/screen.css using: gulp dev
|
||||||
|
|
||||||
.gh-head a {
|
.gh-head a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
line-height: 1.2em;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-head-container {
|
.gh-head .gh-container {
|
||||||
|
display: grid;
|
||||||
|
grid-gap: 30px;
|
||||||
|
grid-template-columns: 1fr auto 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-head-menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-head-left .nav {
|
.gh-head-menu .nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-head-left .nav li {
|
.gh-head-menu .nav li {
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-head-brand {
|
||||||
|
max-width: 200px;
|
||||||
|
text-align: center;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-head-logo {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-head-logo img {
|
.gh-head-logo img {
|
||||||
height: 30px;
|
max-height: 40px;
|
||||||
width: auto;
|
}
|
||||||
|
|
||||||
|
.gh-head-actions {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
align-items: center;
|
||||||
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
Loading…
Reference in New Issue