diff --git a/public/css/style.css b/public/css/style.css index d1dcfda0..8f1eb7b4 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -163,4 +163,9 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); -} \ No newline at end of file +} + +.center-image { + max-width: 100%; + max-height: 80vh; +} diff --git a/templates/404.html b/templates/404.html index f16ad436..46d98420 100644 --- a/templates/404.html +++ b/templates/404.html @@ -3,6 +3,6 @@