diff --git a/client/cryps.css b/client/cryps.css index a46bcd6f..b4e60093 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -219,6 +219,7 @@ header { display: flex; flex-flow: row wrap; flex: 1; + justify-content: space-between; } .menu-cryp-ctr { @@ -609,6 +610,10 @@ header { } @media (max-width: 800px) { + h2 { + font-size: 1em; + } + main { flex: 1 1 auto; flex-flow: column;