before complete re-design
This commit is contained in:
parent
1d48922649
commit
21c50a2e46
2 changed files with 17 additions and 15 deletions
|
@ -14,14 +14,14 @@ body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
background-color: #26272A;
|
background-color: #26272A;
|
||||||
line-height: 1.3em;
|
line-height: 1.4em;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
vertical-align:text-bottom;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -293,10 +293,6 @@ body > nav li {
|
||||||
margin: 1em 0.6em;
|
margin: 1em 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > nav i {
|
|
||||||
font-style:normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
body > nav .current {
|
body > nav .current {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
@ -353,15 +349,23 @@ figcaption dt,
|
||||||
body > svg,
|
body > svg,
|
||||||
body > script,
|
body > script,
|
||||||
body > footer h2,
|
body > footer h2,
|
||||||
.h-feed h1,
|
.h-feed > header > h1,
|
||||||
.theme,
|
.theme,
|
||||||
.theme input {
|
.theme input {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body main h1 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
body main > aside {
|
||||||
|
margin-bottom: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
@media all and (min-width: 58em) {
|
@media all and (min-width: 58em) {
|
||||||
body > header > section,
|
body > header > section,
|
||||||
body > footer > section,
|
body > footer > section {
|
||||||
.grid {
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content:space-between;
|
justify-content:space-between;
|
||||||
|
@ -374,13 +378,12 @@ body > footer h2,
|
||||||
|
|
||||||
body > header a svg {
|
body > header a svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid iframe {
|
body main section {
|
||||||
width: 32%;
|
/*! padding-top: 1em; */
|
||||||
height: 30em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body > img {
|
body > img {
|
||||||
|
@ -389,5 +392,4 @@ body > img {
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue