|
|
@ -133,6 +133,8 @@ main {
|
|
|
|
line-height: 1.5;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin: 1em 0;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a { font-weight: bold }
|
|
|
|
|
|
|
|
a:hover { text-decoration: underline }
|
|
|
|
|
|
|
|
|
|
|
|
section {
|
|
|
|
section {
|
|
|
|
margin-bottom: 5rem;
|
|
|
|
margin-bottom: 5rem;
|
|
|
@ -145,6 +147,9 @@ main {
|
|
|
|
grid-row-gap: 2rem;
|
|
|
|
grid-row-gap: 2rem;
|
|
|
|
align-items: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a { font-weight: normal }
|
|
|
|
|
|
|
|
a:hover { text-decoration: none }
|
|
|
|
|
|
|
|
|
|
|
|
article {
|
|
|
|
article {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|