aboutsummaryrefslogtreecommitdiff
path: root/profile/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'profile/public/style.css')
-rw-r--r--profile/public/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/profile/public/style.css b/profile/public/style.css
index 1fc5a9d..c7c8edb 100644
--- a/profile/public/style.css
+++ b/profile/public/style.css
@@ -35,8 +35,8 @@ select {
}
img {
- max-width: 80%;
- max-height: 80%;
+ max-width: 50%;
+ max-height: 50%;
}
@media only screen and (max-width: 600px) {
@@ -140,6 +140,7 @@ img {
position: absolute;
display: none;
max-width: 600px;
+ max-height: 600px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);