mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Update main.css
This commit is contained in:
parent
565bf86d2a
commit
6757fe4570
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user