Set .material-symbols-outlined font-size to medium

This commit is contained in:
Dave Gallant
2024-01-29 19:48:18 -05:00
parent fa70bc0ea4
commit 35bbfbab59
2 changed files with 7 additions and 3 deletions

View File

@@ -62,3 +62,7 @@ footer {
background-size: contain;
background-position-y: bottom;
}
.material-symbols-outlined {
font-size: medium;
}