aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/redable.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/view/css/redable.css b/view/css/redable.css
index c0f253d55..b8e31eab0 100644
--- a/view/css/redable.css
+++ b/view/css/redable.css
@@ -14,15 +14,15 @@ main {
height: 100%;
}
-@media screen and (max-width: 767px) {
+@media screen and (max-width: 801px) {
main {
- left: -14rem !important;
- right: -14rem !important;
- width: calc(100% + 14rem + 14rem) !important;
+ left: -14rem !important;
+ right: -14rem !important;
+ width: calc(100% + 14rem + 14rem) !important;
}
#profile-photo-wrapper {
-display:none;
+ display:none;
}
}