|
|
|
@ -118,13 +118,22 @@ main {
|
|
|
|
|
margin-top: 2.75em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section img {
|
|
|
|
|
section {
|
|
|
|
|
a {
|
|
|
|
|
color: #000;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
&:hover { color: #fff; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
|
|
&.logo { max-height: 5em; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.meta {
|
|
|
|
|
&.meta {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
@ -136,7 +145,7 @@ main {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.software {
|
|
|
|
|
&.software {
|
|
|
|
|
.program {
|
|
|
|
|
margin-top: 4em;
|
|
|
|
|
|
|
|
|
@ -146,6 +155,7 @@ main {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.stats {
|
|
|
|
|
ul.positive, ul.negative {
|
|
|
|
|