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 0bb54cd commit a99299cCopy full SHA for a99299c
_sass/styles.scss
@@ -73,13 +73,21 @@ code {
73
transform: scale(1.1);
74
}
75
76
-.icon img {
+.icon img, img.icon {
77
/* remove max-width from beautiful-jekyll */
78
max-width: none;
79
- height: 40px;
+ height: 2.25em;
80
+}
81
+.icon-sm img, img.icon-sm {
82
+ max-width: none;
83
+ height: 1.25em;
84
85
+.icon-lg img, img.icon-lg {
86
87
+ height: 3.25em;
88
89
-.icon img.invert {
90
+img.invert {
91
filter: invert(1);
92
93
0 commit comments