@appartmint/mint 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -269,14 +269,6 @@
|
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
h1 {
|
|
273
|
-
display: flex;
|
|
274
|
-
white-space: nowrap;
|
|
275
|
-
align-items: center;
|
|
276
|
-
gap: 1rem;
|
|
277
|
-
margin: 0;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
272
|
#{id(navbar)} {
|
|
281
273
|
display: flex;
|
|
282
274
|
align-items: center;
|
|
@@ -287,8 +279,14 @@
|
|
|
287
279
|
#{class(logo)} {
|
|
288
280
|
display: flex;
|
|
289
281
|
align-items: center;
|
|
282
|
+
gap: 1rem;
|
|
290
283
|
width: auto;
|
|
291
284
|
text-decoration: none;
|
|
285
|
+
white-space: nowrap;
|
|
286
|
+
|
|
287
|
+
span {
|
|
288
|
+
margin: 0;
|
|
289
|
+
}
|
|
292
290
|
|
|
293
291
|
img {
|
|
294
292
|
max-height: css-var(header-height);
|