show design fixes

This commit is contained in:
2020-04-17 15:33:08 +02:00
committed by smuddy
parent 617a87c29c
commit 3075069650
5 changed files with 17 additions and 7 deletions

View File

@@ -47,3 +47,12 @@ h1, h2, h3, h4 {
display: flex;
justify-content: center;
}
.btn-icon {
opacity: 0.2;
transition: all 300ms ease-in-out;
&:hover {
opacity: 1;
}
}