💄 Card font-size tweak

This commit is contained in:
2021-10-06 09:38:40 -07:00
parent 339af88a5b
commit fce8551731
4 changed files with 7 additions and 14 deletions

View File

@@ -4,6 +4,11 @@ $fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
@import "../../../../node_modules/@fortawesome/fontawesome-free/scss/solid.scss";
$bg-color: yellow;
$border-color: red;
$size-8: 0.9rem;
.is-size-8 {
font-size: $size-8;
}
.container {
margin-top: 2em;