Update main.css

This commit is contained in:
Lucas Cimon 2017-11-07 13:10:42 +01:00 committed by GitHub
parent 565bf86d2a
commit 6757fe4570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,25 +91,25 @@ a {
display: flex; display: flex;
justify-content: space-between; } justify-content: space-between; }
.mg-brand { .mg-brand, .mg-brand > h1 {
font-family: "Open Sans", sans-serif; display: block;
margin: .5rem 0;
font-style: italic; font-style: italic;
font-size: 2.5rem; font-size: 2.5rem;
color: white; } line-height: 2.5rem;
color: #444; }
.mg-brand:hover, .mg-brand:focus { .mg-brand:hover, .mg-brand:focus {
color: white; } color: white; }
@media (max-width: 767px) { @media (max-width: 767px) {
.mg-brand { .mg-brand {
padding: 0; padding: 0;
max-width: 100%; max-width: 100%;
font-size: 2rem; font-size: 2rem; }
line-height: 2.5rem; } } }
.mg-tagline { .mg-tagline {
padding: 0 30px; padding: .5rem 2rem;
font-family: "Open Sans", sans-serif; font-size: 1.4rem;
font-weight: 800;
font-size: 1rem;
color: white; } color: white; }
.mg-header-extra { .mg-header-extra {