|
|
|
@ -3,8 +3,6 @@ $main-width: 1024px;
|
|
|
|
|
|
|
|
|
|
.visible { display: initial; }
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
color: #fff;
|
|
|
|
@ -67,8 +65,13 @@ main {
|
|
|
|
|
padding: 1em;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
margin-top: 2.75em;
|
|
|
|
|
}
|
|
|
|
|
h2 { font-size: 2.3em; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.main-image {
|
|
|
|
|
float: right;
|
|
|
|
|
max-width: 48%;
|
|
|
|
@ -88,12 +91,15 @@ body.index {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 2em 1em;
|
|
|
|
|
|
|
|
|
|
h2 { font-size: 2.5em; }
|
|
|
|
|
|
|
|
|
|
section, aside { max-width: 35%; }
|
|
|
|
|
section{ text-shadow: 0px 3px 8px rgba(0, 0, 0, .35); }
|
|
|
|
|
aside {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
margin-top: 6em;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-align: center;
|
|
|
|
|