@rpg-engine/long-bow 0.4.4 → 0.4.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -146,7 +146,6 @@ const CloseButton = styled.div`
146
146
  color: white;
147
147
  z-index: 22;
148
148
  font-size: 1.1rem;
149
-
150
149
  @media (max-width: 950px) {
151
150
  font-size: 1.7rem;
152
151
  padding: 12px;