We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069852b commit e4e27d7Copy full SHA for e4e27d7
site/index.html
@@ -252,6 +252,11 @@
252
#navbar {
253
display: none;
254
}
255
+ #cover {
256
+ border-radius: 25px;
257
+ background-image: none !important;
258
+ background-color: white !important;
259
+ }
260
#cover #logo, .huclogo, .clariahlogo {
261
262
@@ -260,11 +265,16 @@
265
page-break-after: always;
266
267
h1 {
268
+ color: #12212f !important;
263
269
filter: none;
264
270
271
section.left, section.right {
272
273
274
+ section div.left img, section div.right img {
275
+ width: 100%;
276
+ max-width: 100%;
277
278
279
</style>
280
</head>
0 commit comments