Skip to content

Commit

Permalink
icon styles
Browse files Browse the repository at this point in the history
  • Loading branch information
colegoldsmith committed Oct 27, 2023
1 parent 08bc429 commit a1f6f07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ object[type="image/svg+xml"]:not([width]) {
opacity: 0.5;
}

.icon {
display: inline-block;
height: 1em;
width: 1em;
}

@media (pointer: fine) {
@supports (scrollbar-width: thin) {
html {
Expand Down
2 changes: 1 addition & 1 deletion src/css/typeface-material-icons-outlined.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
font-family: 'Material Icons Outlined', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
font-size: 2.5rem;
display: inline-block;
line-height: 1;
text-transform: none;
Expand Down

0 comments on commit a1f6f07

Please sign in to comment.