diff options
author | Daniel Molkentin | 2017-10-06 15:42:46 +0200 |
---|---|---|
committer | Daniel Molkentin | 2017-10-06 15:42:46 +0200 |
commit | 0eb3a0fe1e30fd5124b5af6daeca6945004f247c (patch) | |
tree | d01832bfa0d8acac64ccae569a8503d54d3d65cf /configs/conferences/qtws17/main.less | |
parent | b6d49635fb4aae36ef663dd084c3d15d61d8e1b4 (diff) |
fix image size
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/qtws17/main.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/qtws17/main.less b/configs/conferences/qtws17/main.less index b0b273f..c3c39ab 100755 --- a/configs/conferences/qtws17/main.less +++ b/configs/conferences/qtws17/main.less @@ -5,6 +5,6 @@ background-size: contain; background-position: center; background-repeat: no-repeat; - height: 200px; + height: 52px; margin: 20px 0 0 0; } |