aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-22 17:47:15 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-22 17:47:15 -0700
commitb989082c3502e8ad5ca3a89a8459e6ac72e38ccc (patch)
tree7d1c0b09d26d6cb33555569cd164da1c7043e89e /src/client/views/nodes/PresBox.scss
parent6df649ae1228f191a5654e45e898880b130afd28 (diff)
parent790d41009a678f560cd3b78e86069251e494cfd1 (diff)
pull
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss
index ccce6e627..1261cbfdd 100644
--- a/src/client/views/nodes/PresBox.scss
+++ b/src/client/views/nodes/PresBox.scss
@@ -81,7 +81,7 @@
}
}
-@media only screen and (max-width: 1000px) {
+@media only screen and (max-device-width: 480px) {
.presBox-cont .presBox-buttons {
position: absolute;
top: 70%;
@@ -105,15 +105,13 @@
}
.presBox-cont .presBox-buttons .presBox-button {
- margin-right: 10px;
- margin-left: 10px;
+ margin-top: 5%;
height: 250;
- width: 250;
- font-size: 70;
- border-radius: 25px;
+ width: 300;
+ font-size: 100;
display: flex;
align-items: center;
- background: #323232;
+ background: 323232;
color: white;
}