We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bc429 commit 54d4739Copy full SHA for 54d4739
src/css/base.css
@@ -110,6 +110,12 @@ object[type="image/svg+xml"]:not([width]) {
110
opacity: 0.5;
111
}
112
113
+.icon {
114
+ display: inline-block;
115
+ height: 1em;
116
+ width: 1em;
117
+}
118
+
119
@media (pointer: fine) {
120
@supports (scrollbar-width: thin) {
121
html {
src/css/typeface-material-icons-outlined.css
@@ -12,7 +12,7 @@
12
font-family: 'Material Icons Outlined', sans-serif;
13
font-weight: normal;
14
font-style: normal;
15
- font-size: 24px; /* Preferred icon size */
+ font-size: 2.5rem;
16
display: inline-block;
17
line-height: 1;
18
text-transform: none;
0 commit comments