Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cllde8 committed Nov 1, 2023
1 parent 1dad6c9 commit 049c185
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,26 @@ main{
/*.footer__col:nth-of-type(1) a.footer__link-item:nth-of-type(1){*/
/* color: lightgrey;*/
/*}*/

.subTitle {
color: rgba(136,153,168,1.00);
font-weight: normal;
margin-bottom: 10px;
}

.figCaption {
color: rgba(136,153,168,1.00);
font-weight: normal;
font-size: small;
text-align: center;
margin-top: unset !important;
}

iframe.fit-container {
width: 100%;
height: 600px;
}

.reader-badge {
margin-bottom: 10px;
}

0 comments on commit 049c185

Please sign in to comment.