before complete re-design
Peter Molnar hello@petermolnar.eu
Tue, 15 Jan 2019 22:28:03 +0100
2 files changed,
17 insertions(+),
15 deletions(-)
M
templates/style.css
→
templates/style.css
@@ -14,14 +14,14 @@ padding: 0;
font-family: sans-serif; color: #ccc; background-color: #26272A; - line-height: 1.3em; + line-height: 1.4em; position: relative; } svg { transform: rotate(0deg); fill: currentColor; - vertical-align:text-bottom; + vertical-align: middle; } a {@@ -293,10 +293,6 @@ body > nav li {
margin: 1em 0.6em; } -body > nav i { - font-style:normal; -} - body > nav .current { color: #999; }@@ -353,15 +349,23 @@ figcaption dt,
body > svg, body > script, body > footer h2, -.h-feed h1, +.h-feed > header > h1, .theme, .theme input { display: none; } + +body main h1 { + text-align: center; +} + +body main > aside { + margin-bottom: 4em; +} + @media all and (min-width: 58em) { body > header > section, - body > footer > section, - .grid { + body > footer > section { text-align: left; display: flex; justify-content:space-between;@@ -374,13 +378,12 @@ }
body > header a svg { display: inline-block; - vertical-align: top; } - .grid iframe { - width: 32%; - height: 30em; + body main section { + /*! padding-top: 1em; */ } + } body > img {@@ -389,5 +392,4 @@ bottom: 0;
right: 0; width: 10em; height: auto; -} - +}