new logo, responsiveness adjustments
This commit is contained in:
parent
052a051ec7
commit
bad34cc2c5
@ -31,46 +31,49 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: space-evenly;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
div.search {
|
|
||||||
flex: 1 0 0;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
div.link a {
|
div.link a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
div.wordmark {
|
div.wordmark {
|
||||||
flex: 1 0 64px;
|
width: 17.5rem;
|
||||||
}
|
}
|
||||||
img.wordmark {
|
img.wordmark {
|
||||||
height: 3rem;
|
vertical-align: middle;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
object-fit: contain;
|
|
||||||
}
|
}
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
|
div.wordmark {
|
||||||
|
width: 15rem !important;
|
||||||
|
}
|
||||||
div.items {
|
div.items {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
div.link a {
|
div.link a {
|
||||||
font-size: 1.5rem !important;
|
font-size: 1.5rem !important;
|
||||||
margin-left: 2rem;
|
|
||||||
}
|
}
|
||||||
div.search {
|
div.items > div {
|
||||||
margin-left: 1rem;
|
margin: 0 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 1280px) {
|
@media (min-width: 1280px) {
|
||||||
|
div.wordmark {
|
||||||
|
width: 17.5rem !important;
|
||||||
|
}
|
||||||
div.link a {
|
div.link a {
|
||||||
font-size: 2rem !important;
|
font-size: 2rem !important;
|
||||||
margin-left: 4rem;
|
}
|
||||||
|
div.items > div {
|
||||||
|
margin: 0 2rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div.search {
|
div.search {
|
||||||
width: 100%;
|
flex: 1 1 0;
|
||||||
flex: 1 0 64px;
|
min-width: 8rem;
|
||||||
}
|
}
|
||||||
input.search {
|
input.search {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 36 KiB |
Loading…
x
Reference in New Issue
Block a user