diff --git a/site/index.html b/site/index.html index 3889a21..690550c 100644 --- a/site/index.html +++ b/site/index.html @@ -252,6 +252,11 @@ #navbar { display: none; } + #cover { + border-radius: 25px; + background-image: none !important; + background-color: white !important; + } #cover #logo, .huclogo, .clariahlogo { display: none; } @@ -260,11 +265,16 @@ page-break-after: always; } h1 { + color: #12212f !important; filter: none; } section.left, section.right { filter: none; } + section div.left img, section div.right img { + width: 100%; + max-width: 100%; + } }