aboutsummaryrefslogtreecommitdiffstats
path: root/public/less/_user.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_user.less')
-rw-r--r--public/less/_user.less16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/less/_user.less b/public/less/_user.less
index cc57239b59..3b29436bf7 100644
--- a/public/less/_user.less
+++ b/public/less/_user.less
@@ -37,6 +37,22 @@
}
}
}
+
+ #profile-avatar {
+ @media only screen and (max-width: 768px) {
+ height: 250px;
+ overflow: hidden;
+
+ img {
+ max-height: 768px;
+ max-width: 768px;
+ }
+ }
+ }
+
+ @media only screen and (max-width: 768px) {
+ width: 100%;
+ }
}
.ui.repository.list {