mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Change police size for mobile and remove grey in background
This commit is contained in:
@@ -157,9 +157,6 @@ section.main {
|
|||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
section.header {
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
}
|
|
||||||
section.header .container {
|
section.header .container {
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
-moz-align-items: center;
|
-moz-align-items: center;
|
||||||
@@ -197,7 +194,6 @@ section.header .name {
|
|||||||
font-family: 'Nexa Bold', 'Helvetica Neue', 'Arial', sans-serif;
|
font-family: 'Nexa Bold', 'Helvetica Neue', 'Arial', sans-serif;
|
||||||
letter-spacing: -0.005rem;
|
letter-spacing: -0.005rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
font-smoothing: antialiased;
|
font-smoothing: antialiased;
|
||||||
@@ -284,9 +280,6 @@ section.header nav ul li:hover {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
section.icons {
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
}
|
|
||||||
section.icons .container {
|
section.icons .container {
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
-moz-align-items: center;
|
-moz-align-items: center;
|
||||||
@@ -664,8 +657,8 @@ section.main .content .markdown a code:hover {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
section.main .content .markdown p {
|
section.main .content .markdown p {
|
||||||
/* Invoked by line break */
|
font-size: 1em;
|
||||||
font-size: 1.2em;
|
text-align: justify;
|
||||||
line-height: 1.75em;
|
line-height: 1.75em;
|
||||||
color: #313537;
|
color: #313537;
|
||||||
letter-spacing: 0.01rem;
|
letter-spacing: 0.01rem;
|
||||||
@@ -730,6 +723,8 @@ section.main .content .markdown blockquote p:last-child {
|
|||||||
padding-right: 5rem;
|
padding-right: 5rem;
|
||||||
padding-left: 1.25rem;
|
padding-left: 1.25rem;
|
||||||
}
|
}
|
||||||
|
section.main .content .markdown p {
|
||||||
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
section.main .content .markdown img {
|
section.main .content .markdown img {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
|
Reference in New Issue
Block a user