diff --git a/sass/_mobile.scss b/sass/_mobile.scss index 76c6061..9eff33c 100644 --- a/sass/_mobile.scss +++ b/sass/_mobile.scss @@ -30,7 +30,12 @@ main { } } - &.software .program img { max-width: 100%; } + &.software { + flex-direction: column; + + .program { width: 100%; } + .program img { max-width: 100%; } + } } } diff --git a/sass/style.scss b/sass/style.scss index a742804..8147190 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -112,7 +112,7 @@ main { h2, h3, h4, h5, h6 { line-height: 1.2; } - h4, h5, h6 { + h5, h6 { margin-top: 2.75em; } h2 { @@ -158,12 +158,18 @@ main { } &.software { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + .program { + width: 43%; + box-sizing: border-box; margin-top: 4em; img { max-height: 3em; - max-width: 35%; + max-width: 50%; } } } diff --git a/templates/page.html b/templates/page.html index 8fc6216..d02f49d 100644 --- a/templates/page.html +++ b/templates/page.html @@ -30,20 +30,6 @@

{{ program.title }}

{% endif %}

{{ program.description }}

- {% if program.extra.positive and program.extra.negative %} -
- - -
- {% endif %} {% endfor %}