diff --git a/public/styles/main.css b/public/styles/main.css index 915c15c..b65723f 100644 --- a/public/styles/main.css +++ b/public/styles/main.css @@ -78,14 +78,19 @@ section.error { } section.home { + max-width: calc(100% - 40px); grid-template-columns: auto auto; - grid-template-rows: 370px 175px auto 175px; + grid-template-rows: auto auto auto auto; grid-template-areas: "bigimg bigimg" "article article" "smallimg1 smallimg2"; } + section.home > img { + width: 100%; + } + section.article { grid-template-columns: auto; grid-template-rows: auto auto; @@ -99,7 +104,7 @@ section.error { } img.embedded-image { - max-width: 50%; + max-width: 40%; float: right; margin-left: 10px; margin-bottom: 10px; diff --git a/templates/app/aspect-for-selection.phtml b/templates/app/aspect-for-selection.phtml index ececc63..b8a7240 100644 --- a/templates/app/aspect-for-selection.phtml +++ b/templates/app/aspect-for-selection.phtml @@ -1,8 +1,10 @@ layout('layout::default', ['title' => 'Aspect for Selection']) ?>
-

During the selection, the Board of Judges takes into consideration the following aspects:

- +

+ + During the selection, the Board of Judges takes into consideration the following aspects: +