responsive ui adjustments

This commit is contained in:
James Shiffer 2020-07-04 04:58:15 -07:00
parent b7b126ac30
commit 1c75014ad7
2 changed files with 9 additions and 3 deletions

View File

@ -37,7 +37,7 @@
}
div.link a {
text-decoration: none;
font-size: 2rem;
font-size: 1.5rem;
}
div.wordmark {
width: 17.5rem;
@ -59,6 +59,10 @@
div.items > div {
margin: 0 1rem;
}
input.search {
height: 2.75rem !important;
font-size: 2rem !important;
}
}
@media (min-width: 1280px) {
div.wordmark {
@ -77,8 +81,8 @@
}
input.search {
width: 100%;
height: 2.75rem;
font-size: 2rem;
height: 2rem;
font-size: 1.5rem;
margin: 0 auto;
border: 0.25rem solid black;
}

View File

@ -22,6 +22,7 @@
@media (min-width: 800px) {
h1.welcome {
font-size: 8rem !important;
display: block !important;
}
h2.desc {
font-size: 2rem !important;
@ -40,6 +41,7 @@
font-size: 3.75rem;
font-size: 3rem;
text-transform: uppercase;
display: none;
}
h2.desc {
margin-bottom: 1rem;