Skip to content

Commit

Permalink
site: minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 22, 2024
1 parent 069852b commit e4e27d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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%;
}
}
</style>
</head>
Expand Down

0 comments on commit e4e27d7

Please sign in to comment.