Add badge icon stuff

This commit is contained in:
2020-09-27 17:04:20 -05:00
parent 61d8592764
commit 49ca301ef6
4 changed files with 6 additions and 2 deletions

View File

@@ -75,6 +75,10 @@ div.break {
margin: 2em auto;
border-bottom: 3px double var(--line);
}
i.badge {
font-size: 200%;
float: right;
}
img.bigimg {
border-radius: 8px;
box-shadow: 5px 5px var(--shadow);