Style tweaks

This commit is contained in:
Shan Carter
2017-01-13 21:28:32 -08:00
parent 8f55384b9a
commit 05d90a2b5b
6 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const html = `
}
}
@media(min-width: 1024px) {
@media(min-width: 1080px) {
dt-byline {
border-bottom: none;
margin-bottom: 70px;
+4 -1
View File
@@ -39,6 +39,9 @@ dt-header svg {
height: 70px;
line-height: 70px;
}
dt-header .logo {
padding: 28px 0;
}
}
dt-header svg path {
@@ -50,7 +53,7 @@ dt-header .logo {
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
padding: 28px 0;
padding: 22px 0;
}
dt-header .nav {
float: right;
+5 -4
View File
@@ -16,15 +16,17 @@ dt-article {
/* H1 */
dt-article h1 {
margin-top: 24px;
margin-top: 18px;
font-weight: 400;
font-size: 36px;
line-height: 1.1em;
font-size: 40px;
line-height: 1em;
font-family: Cochin, Georgia, serif;
}
@media(min-width: 768px) {
dt-article h1 {
font-size: 46px;
margin-top: 48px;
margin-bottom: 12px;
}
}
@@ -35,7 +37,6 @@ dt-article h1 {
dt-article h1 {
font-size: 50px;
margin-bottom: 12px;
letter-spacing: -0.02em;
}
+2 -2
View File
@@ -1,13 +1,13 @@
html {
font: 400 16px/1.55em -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
background-color: hsl(223, 9%, 25%);
/*background-color: hsl(223, 9%, 25%);*/
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
margin: 0;
background-color: hsl(223, 9%, 25%);
/*background-color: hsl(223, 9%, 25%);*/
}
a {