Skip to content

Commit e4e27d7

Browse files
committed
site: minor style fix
1 parent 069852b commit e4e27d7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@
252252
#navbar {
253253
display: none;
254254
}
255+
#cover {
256+
border-radius: 25px;
257+
background-image: none !important;
258+
background-color: white !important;
259+
}
255260
#cover #logo, .huclogo, .clariahlogo {
256261
display: none;
257262
}
@@ -260,11 +265,16 @@
260265
page-break-after: always;
261266
}
262267
h1 {
268+
color: #12212f !important;
263269
filter: none;
264270
}
265271
section.left, section.right {
266272
filter: none;
267273
}
274+
section div.left img, section div.right img {
275+
width: 100%;
276+
max-width: 100%;
277+
}
268278
}
269279
</style>
270280
</head>

0 commit comments

Comments
 (0)