mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Updated style
This commit is contained in:
parent
24b527df28
commit
6526720cfa
@ -69,17 +69,14 @@ a {
|
|||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
background-color: #39B39D; }
|
background-color: #39B39D; }
|
||||||
|
|
||||||
.mg-brand, .mg-brand-small {
|
.mg-brand {
|
||||||
font-size: 2em;
|
font-family: "Open Sans", sans-serif;
|
||||||
font-weight: 600;
|
font-style: italic;
|
||||||
letter-spacing: 0.02em;
|
font-size: 2.5em;
|
||||||
color: white; }
|
color: white; }
|
||||||
.mg-brand:hover, .mg-brand-small:hover {
|
.mg-brand:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
.mg-brand > img, .mg-brand-small > img {
|
|
||||||
height: 1em; }
|
|
||||||
|
|
||||||
.mg-tagline {
|
.mg-tagline {
|
||||||
padding: 1em 0 0;
|
padding: 1em 0 0;
|
||||||
color: white; }
|
color: white; }
|
||||||
@ -101,9 +98,6 @@ a {
|
|||||||
.mg-author {
|
.mg-author {
|
||||||
margin-top: 1em; }
|
margin-top: 1em; }
|
||||||
|
|
||||||
.mg-brand-small {
|
|
||||||
max-width: 100%; }
|
|
||||||
|
|
||||||
.mg-icons-small {
|
.mg-icons-small {
|
||||||
margin-bottom: 1em; }
|
margin-bottom: 1em; }
|
||||||
|
|
||||||
@ -138,11 +132,7 @@ a {
|
|||||||
.mg-tagline {
|
.mg-tagline {
|
||||||
padding-left: 0 !important; } }
|
padding-left: 0 !important; } }
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.mg-brand, .mg-brand-small {
|
.mg-brand {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-width: 100%; }
|
max-width: 100%;
|
||||||
|
font-size: 2em; } }
|
||||||
.mg-brand > img, .mg-brand-small > img {
|
|
||||||
height: 0.8em; } }
|
|
||||||
|
|
||||||
/*# sourceMappingURL=main.css.map */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user