* main menu element spacing fix
* giant chamber logo shrinked in tablet view * 404 error page is wrapped in the grid now
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<section class="article">
|
||||
<article>
|
||||
<p>During the selection, the Board of Judges takes into consideration the following aspects:</p>
|
||||
<img class="embedded-image" src="<?= $this->serverurl('/img/aspects_for_selection.png') ?>">
|
||||
<img class="embedded-image keep-small-right" src="<?= $this->serverurl('/img/aspects_for_selection.png') ?>">
|
||||
<ul>
|
||||
<li>Novelty (innovation, original idea)</li>
|
||||
<li>Social responsibility</li>
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
<?php $this->layout('layout::default', ['title' => '404 Not Found']) ?>
|
||||
|
||||
<h1>Oops!</h1>
|
||||
<h2>This is awkward.</h2>
|
||||
<p>We encountered a 404 Not Found error.</p>
|
||||
<p>
|
||||
You are looking for something that doesn't exist or may have moved. Check out one of the links on this page
|
||||
or head back to <a href="/">Home</a>.
|
||||
</p>
|
||||
<section class="error">
|
||||
<h1>Oops!</h1>
|
||||
<h2>This is awkward.</h2>
|
||||
<p>We encountered a 404 Not Found error.</p>
|
||||
<p>
|
||||
You are looking for something that doesn't exist or may have moved. Check out one of the links on this page
|
||||
or head back to <a href="/">Home</a>.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user