mobile font size
parent
b396f6097a
commit
cf4fa260e4
|
@ -133,6 +133,14 @@
|
|||
|
||||
ul {
|
||||
margin: 2rem 1rem;
|
||||
|
||||
li {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
li h5 {
|
||||
font-size: 1.15rem
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -65,17 +65,17 @@ header {
|
|||
|
||||
@media only screen and (max-width: 768px) {
|
||||
header {
|
||||
grid-template-columns: 5.5rem calc(100% - 5.5rem);
|
||||
grid-template-columns: 6rem calc(100% - 6rem);
|
||||
padding: 2.5rem 2rem 1rem 2rem;
|
||||
|
||||
.logo {
|
||||
height: 5.25rem;
|
||||
height: 5.75rem;
|
||||
|
||||
a {
|
||||
height: 5.25rem;
|
||||
height: 5.75rem;
|
||||
|
||||
img {
|
||||
max-width: 5.5rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
padding: 2rem .5rem;
|
||||
|
||||
.hero h3 {
|
||||
font-size: 2.25rem;
|
||||
font-size: 2rem;
|
||||
line-height: 2.5rem;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
h5 {
|
||||
width: 90%;
|
||||
font-size: 1rem;
|
||||
font-size: 1.15rem;
|
||||
line-height: 1.6rem;
|
||||
}
|
||||
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
padding: .5rem 1rem;
|
||||
|
||||
h5 {
|
||||
font-size: 1rem;
|
||||
line-height: 1.2rem;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ about Bitcoin news and common questions surrounding the currency.
|
|||
Follow us on <a href="https://twitter.com/UpstateNYBTC" target="_BLANK">Twitter</a> and view
|
||||
the schedule of <a href="/#events">upcoming events</a> to see if you can make it to the next one.
|
||||
|
||||
You can also visit <a href="https://crbtc/" target="_BLANK">crbtc/</a> to use this website with
|
||||
This website is also available at <a href="https://crbtc/" target="_BLANK">crbtc/</a> using
|
||||
<a href="https://handshake.org" target="_BLANK">Handshake</a>.
|
Loading…
Reference in New Issue