Skip to content

Commit 54d4739

Browse files
icon styles (#38)
1 parent 08bc429 commit 54d4739

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/css/base.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ object[type="image/svg+xml"]:not([width]) {
110110
opacity: 0.5;
111111
}
112112

113+
.icon {
114+
display: inline-block;
115+
height: 1em;
116+
width: 1em;
117+
}
118+
113119
@media (pointer: fine) {
114120
@supports (scrollbar-width: thin) {
115121
html {

src/css/typeface-material-icons-outlined.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
font-family: 'Material Icons Outlined', sans-serif;
1313
font-weight: normal;
1414
font-style: normal;
15-
font-size: 24px; /* Preferred icon size */
15+
font-size: 2.5rem;
1616
display: inline-block;
1717
line-height: 1;
1818
text-transform: none;

0 commit comments

Comments
 (0)