@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "2.1.0",
4
+ "version": "2.1.2",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -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);