diff --git a/frontend/src/app/pages/features/claiming/claiming.component.html b/frontend/src/app/pages/features/claiming/claiming.component.html
index 9ac84ea..e31c4b8 100644
--- a/frontend/src/app/pages/features/claiming/claiming.component.html
+++ b/frontend/src/app/pages/features/claiming/claiming.component.html
@@ -19,8 +19,8 @@
To claim land, you will need some basic tools: a golden shovel, and a stick. You can craft these items
yourself or do /claim to receive them for free. The shovel is used for modifying claims and the
stick is used for viewing claim information.
-
+
Players start with an allowance of 500 “claim blocks” and can purchase additional “claim blocks” with
in-game currency using /buyclaimblocks. How
many claims you can create depends on the rank you have - the amount can be found on the
Miscellaneous
Grindstones can strip shulker box & beehive NBT data
- Sneak click mending
/iwanttobreakthisblock, required to break some natural generated blocks
/sneakclickmending, allows you to mend your items by right clicking while sneaking
Swift Sneak enchantment can be found in villager trades
Nether portals can be as small as 1x2 (1x2 portal, 3x4 base)
Lootchests refill once for every player
Empty maps can be duplicated using paper in a cartography table
- Eating glowberries gives you a glowing effect
+ Eating glow berries gives you a glowing effect
diff --git a/frontend/src/app/pages/features/customfeatures/customfeatures.component.scss b/frontend/src/app/pages/features/customfeatures/customfeatures.component.scss
index 14748f5..ebe136e 100644
--- a/frontend/src/app/pages/features/customfeatures/customfeatures.component.scss
+++ b/frontend/src/app/pages/features/customfeatures/customfeatures.component.scss
@@ -7,3 +7,9 @@ main li {
margin-left: 30px;
padding-bottom: 10px;
}
+
+@media (max-width: 690px) {
+ .columnContainer {
+ text-align: left !important;
+ }
+}
diff --git a/frontend/src/app/pages/features/economy/economy.component.html b/frontend/src/app/pages/features/economy/economy.component.html
index e8aaf07..59eef19 100644
--- a/frontend/src/app/pages/features/economy/economy.component.html
+++ b/frontend/src/app/pages/features/economy/economy.component.html
@@ -104,7 +104,7 @@
prices will become more and more extreme. You can see where these thresholds are based on your current
points here:
diff --git a/frontend/src/app/pages/features/economy/economy.component.scss b/frontend/src/app/pages/features/economy/economy.component.scss
index 14748f5..b93dc83 100644
--- a/frontend/src/app/pages/features/economy/economy.component.scss
+++ b/frontend/src/app/pages/features/economy/economy.component.scss
@@ -7,3 +7,19 @@ main li {
margin-left: 30px;
padding-bottom: 10px;
}
+
+@media (max-width: 690px) {
+ .title {
+ height: calc(100% - 110px);
+ margin-top: 100px;
+ }
+
+ .title h2 {
+ font-size: 0.9em;
+ }
+
+ .visEconomy {
+ height: 50px;
+ width: 357px;
+ }
+}
diff --git a/frontend/src/app/pages/features/map/map.component.scss b/frontend/src/app/pages/features/map/map.component.scss
index d47a853..96f0064 100644
--- a/frontend/src/app/pages/features/map/map.component.scss
+++ b/frontend/src/app/pages/features/map/map.component.scss
@@ -11,3 +11,13 @@
padding-bottom: 25px;
font-weight: 100;
}
+
+@media (max-width: 670px) {
+ .title h1 {
+ font-size: 2em;
+ }
+
+ .title h2 {
+ font-size: 1em;
+ }
+}
diff --git a/frontend/src/app/pages/features/mypet/mypet.component.html b/frontend/src/app/pages/features/mypet/mypet.component.html
index c3c9783..cb952dc 100644
--- a/frontend/src/app/pages/features/mypet/mypet.component.html
+++ b/frontend/src/app/pages/features/mypet/mypet.component.html
@@ -24,8 +24,8 @@
your other pets while they are in storage. To interact with your MyPet you will need to make it your
active MyPet by doing
/petswitch and
selecting the one you want to use.
-
![Minecraft lead/leash]()
+
Skilltrees and Levels
diff --git a/frontend/src/app/pages/features/mypet/mypet.component.scss b/frontend/src/app/pages/features/mypet/mypet.component.scss
index 11288bc..6b635bf 100644
--- a/frontend/src/app/pages/features/mypet/mypet.component.scss
+++ b/frontend/src/app/pages/features/mypet/mypet.component.scss
@@ -13,3 +13,9 @@ main li {
justify-content: space-between;
flex-wrap: wrap;
}
+
+@media (max-width: 690px) {
+ .leadMyPet {
+ height: 70px;
+ }
+}
diff --git a/frontend/src/app/pages/features/warps/warps.component.html b/frontend/src/app/pages/features/warps/warps.component.html
index 8c7b153..486cf6f 100644
--- a/frontend/src/app/pages/features/warps/warps.component.html
+++ b/frontend/src/app/pages/features/warps/warps.component.html
@@ -19,10 +19,8 @@
name, description, and icon) on their own! This lets you easily promote your town, shop, farm, or just
about anything else.
All warps are separated into categories so it's easy to find the category of warp you're looking for.
-
![In-game warp GUI]()
+
@@ -45,7 +43,7 @@
-
+
Warp Requirements
You need to be the owner of the claim your warp is placed in. It should look good, and be as finished as
your warp type allows you to have it. Safety is an important aspect as well, visitors should not be
@@ -207,10 +205,8 @@
warp, just do /warps and click on the chest
labeled "My Warps" in the bottom left
corner.
-
![In-game warp edit GUI]()
+
Maintaining a warp also involves making sure it looks nice, shops are well stocked, and, if it's a town,
open plots are always available for residents to move in. Make sure you keep up on maintaining your warp
or it could be deleted! If a warp is deleted by a staff member you will not receive a refund for the
diff --git a/frontend/src/app/pages/features/warps/warps.component.scss b/frontend/src/app/pages/features/warps/warps.component.scss
index 0d31102..86e5ea3 100644
--- a/frontend/src/app/pages/features/warps/warps.component.scss
+++ b/frontend/src/app/pages/features/warps/warps.component.scss
@@ -12,3 +12,13 @@ main li {
color: var(--font-color);
transition: 0.5s ease;
}
+
+@media (max-width: 690px) {
+ .guiWarp {
+ height: 190px;
+ }
+
+ .editWarp {
+ height: 130px;
+ }
+}
diff --git a/frontend/src/app/pages/footer/footer/footer.component.html b/frontend/src/app/pages/footer/footer/footer.component.html
index 9dc4bbf..c5a4a6b 100644
--- a/frontend/src/app/pages/footer/footer/footer.component.html
+++ b/frontend/src/app/pages/footer/footer/footer.component.html
@@ -3,7 +3,7 @@