We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174816f commit 699182aCopy full SHA for 699182a
2 files changed
assets/theme-css/bulma.css
@@ -73,13 +73,6 @@ a.box:active {
73
max-width: 1344px;
74
}
75
76
-.icon {
77
- align-items: center;
78
- display: inline-flex;
79
- justify-content: center;
80
- height: 1.5rem;
81
- width: 1.5rem;
82
-}
83
.field:not(:last-child) {
84
margin-bottom: 0.75rem;
85
assets/theme-css/styles.css
@@ -224,6 +224,15 @@ figcaption {
224
225
226
/* Icon size for the whole document */
227
+.icon {
228
+ align-items: center;
229
+ display: inline-flex;
230
+ justify-content: center;
231
+ margin-right: 0.25rem;
232
+ height: 1.5rem;
233
+ width: 1.5rem;
234
+}
235
+
236
svg.icon {
237
height: 0.75em;
238
width: 0.75em;
0 commit comments