1
0

side menu to the left and icons in cards as props

This commit is contained in:
Jose
2025-02-27 11:02:55 +01:00
parent c9d9aa9ad3
commit 6e04f364f1
7 changed files with 29 additions and 13 deletions

View File

@@ -42,6 +42,10 @@
font-weight: 600;
}
.card > h3 > .svg-inline--fa {
margin-right: 10px;
}
p.card-text {
font-size: 2.2em;
font-weight: 600;

View File

@@ -59,5 +59,5 @@
text-decoration: none;
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
/*text-transform: uppercase;*/
}