Browse Source

stopped showcase images from being scaled disproportionally

gh-pages
Alex de Mulder 9 years ago
parent
commit
81e85c8597
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      showcase/index.html

+ 1
- 1
showcase/index.html View File

@ -46,7 +46,7 @@
border: 1px solid #dddddd;
border-radius:5px;
width:880px;
height:350px;
max-height:350px;
margin:30px;
}

Loading…
Cancel
Save