aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-16 18:05:44 +0100
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-16 18:05:44 +0100
commit9acbf4735e9099f72dab389df589c0787238c0d1 (patch)
tree8b5c6c44da91933bbdb6a3e6d8d87411f8f0b75c
parentd028332a9f33278451508b8638f356e8d59d4689 (diff)
downloadwww-9acbf4735e9099f72dab389df589c0787238c0d1.tar.gz
www-9acbf4735e9099f72dab389df589c0787238c0d1.zip
fix responsiveness
-rw-r--r--styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index 1be6abab..deb97a80 100644
--- a/styles.css
+++ b/styles.css
@@ -98,7 +98,7 @@ h6.description {
98 opacity: 1; 98 opacity: 1;
99 display: block; 99 display: block;
100 position: relative; 100 position: relative;
101 height: 160px; 101 min-height: 160px;
102} 102}
103.profile .img-box:after{ 103.profile .img-box:after{
104 content:""; 104 content:"";