summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-12 00:40:29 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-12 00:40:29 +0100
commited4384730e0d8285a45535f4a0b14b5318524d15 (patch)
tree4a972003e1837308765651b0ea336bc7ab44e309 /css
parentc44c7e050af3204fd607dd6d2f52df09b2f8ead3 (diff)
Keep the aspect of the contact images
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 34ea83a7..9c86ac2c 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -78,6 +78,7 @@
.contactdetails__logo {
height: 75px;
width: 75px;
+ object-fit: cover;
background-color: transparent;
}
@@ -99,6 +100,7 @@
text-align: center;
font-size: 1.5em;
text-transform: capitalize;
+ object-fit: cover;
}
.contactdetails__header + section {