Skip to content
Snippets Groups Projects
Commit 28f1c2be authored by Boris's avatar Boris
Browse files

fix mobile site title

parent 04f10e00
No related branches found
No related tags found
No related merge requests found
......@@ -330,6 +330,15 @@ body header:first-child > h2
font-size: 2.25rem;
}
@media (max-width: 575px) {
body header:first-child > h1,
body header:first-child > h2
{
font-size: 2rem;
}
}
body header:first-child > :first-child a,
body header:first-child > :first-child a:hover
{
......@@ -749,11 +758,6 @@ body#home #showcase h2#USP + p
@media (max-width: 575px) {
body#home header:first-child > h1
{
font-size: 2rem;
}
body#home section:nth-child(n+2) h2
{
font-size: 1.50rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment