|
|
|
@ -9,6 +9,8 @@ body {
|
|
|
|
|
background-size:100% auto;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1.3em;
|
|
|
|
|
|
|
|
|
|
a { text-decoration: none; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header {
|
|
|
|
@ -44,4 +46,24 @@ main#index {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
section, aside { max-width: 35%; }
|
|
|
|
|
|
|
|
|
|
aside {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 2px solid #fff;
|
|
|
|
|
border-radius: .8em;
|
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
|
padding: .6em 1.5em;
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #b52637;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|