responsive ui adjustments
This commit is contained in:
parent
b7b126ac30
commit
1c75014ad7
@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
div.link a {
|
div.link a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 2rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
div.wordmark {
|
div.wordmark {
|
||||||
width: 17.5rem;
|
width: 17.5rem;
|
||||||
@ -59,6 +59,10 @@
|
|||||||
div.items > div {
|
div.items > div {
|
||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
}
|
}
|
||||||
|
input.search {
|
||||||
|
height: 2.75rem !important;
|
||||||
|
font-size: 2rem !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 1280px) {
|
@media (min-width: 1280px) {
|
||||||
div.wordmark {
|
div.wordmark {
|
||||||
@ -77,8 +81,8 @@
|
|||||||
}
|
}
|
||||||
input.search {
|
input.search {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 2.75rem;
|
height: 2rem;
|
||||||
font-size: 2rem;
|
font-size: 1.5rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border: 0.25rem solid black;
|
border: 0.25rem solid black;
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
h1.welcome {
|
h1.welcome {
|
||||||
font-size: 8rem !important;
|
font-size: 8rem !important;
|
||||||
|
display: block !important;
|
||||||
}
|
}
|
||||||
h2.desc {
|
h2.desc {
|
||||||
font-size: 2rem !important;
|
font-size: 2rem !important;
|
||||||
@ -40,6 +41,7 @@
|
|||||||
font-size: 3.75rem;
|
font-size: 3.75rem;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
h2.desc {
|
h2.desc {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user