diff --git a/assets/style/components/_footer.scss b/assets/style/components/_footer.scss index 610cdb5..a600088 100644 --- a/assets/style/components/_footer.scss +++ b/assets/style/components/_footer.scss @@ -133,6 +133,14 @@ ul { margin: 2rem 1rem; + + li { + font-size: 1rem; + } + + li h5 { + font-size: 1.15rem + } } } diff --git a/assets/style/components/_header.scss b/assets/style/components/_header.scss index e622362..4d35196 100644 --- a/assets/style/components/_header.scss +++ b/assets/style/components/_header.scss @@ -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; } } } diff --git a/assets/style/pages/_event.scss b/assets/style/pages/_event.scss index e9d073a..f926bc5 100644 --- a/assets/style/pages/_event.scss +++ b/assets/style/pages/_event.scss @@ -59,7 +59,7 @@ padding: 2rem .5rem; .hero h3 { - font-size: 2.25rem; + font-size: 2rem; line-height: 2.5rem; margin: 1rem 0; } diff --git a/assets/style/pages/index/_events.scss b/assets/style/pages/index/_events.scss index 1157c42..5c19759 100644 --- a/assets/style/pages/index/_events.scss +++ b/assets/style/pages/index/_events.scss @@ -105,7 +105,7 @@ h5 { width: 90%; - font-size: 1rem; + font-size: 1.15rem; line-height: 1.6rem; } diff --git a/assets/style/pages/index/_guides.scss b/assets/style/pages/index/_guides.scss index 4c9f5a5..a42cff3 100644 --- a/assets/style/pages/index/_guides.scss +++ b/assets/style/pages/index/_guides.scss @@ -46,8 +46,8 @@ padding: .5rem 1rem; h5 { - font-size: 1rem; - line-height: 1.2rem; + font-size: 1.2rem; + line-height: 1.5rem; } } } diff --git a/content/about.md b/content/about.md index 01f0c55..0a6b116 100644 --- a/content/about.md +++ b/content/about.md @@ -15,5 +15,5 @@ about Bitcoin news and common questions surrounding the currency. Follow us on Twitter and view the schedule of upcoming events to see if you can make it to the next one. -You can also visit crbtc/ to use this website with +This website is also available at crbtc/ using Handshake. \ No newline at end of file