This commit is contained in:
Kyle
2021-06-02 11:00:50 -07:00
parent c7a708e1b7
commit 181a1e599b
3 changed files with 22 additions and 5 deletions

View File

@@ -216,6 +216,12 @@ a.underline {
.hidden {
display: none;
}
.fake-hidden {
opacity: 0;
position: absolute;
top: -100%;
left: -100%;
}
.margin-bottom {
margin-bottom: 0.5rem;
}