mirror of
https://github.com/wassname/template.git
synced 2026-09-12 13:00:27 +08:00
Style tweaks
This commit is contained in:
@@ -49,7 +49,7 @@ const html = `
|
||||
}
|
||||
}
|
||||
|
||||
@media(min-width: 1024px) {
|
||||
@media(min-width: 1080px) {
|
||||
dt-byline {
|
||||
border-bottom: none;
|
||||
margin-bottom: 70px;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user