aboutsummaryrefslogtreecommitdiff
path: root/profile/public
diff options
context:
space:
mode:
authorLarsVomMars2021-02-20 18:56:52 +0100
committerLarsVomMars2021-02-20 18:56:52 +0100
commit8ef918222c285f64bec6e7a14c7cb0df250b9b1d (patch)
tree27bab254530ab4c10d54d6f50f2a98312ce73f6f /profile/public
parentcdffcd2a32d54137de96567f0d211eda6039a9d3 (diff)
Some style fixes
Diffstat (limited to 'profile/public')
-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%);