Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Update demo to have responsive resize example.
Browse files Browse the repository at this point in the history
  • Loading branch information
websanova committed Apr 6, 2014
1 parent c8b3b87 commit 9209815
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Expand Up @@ -48,10 +48,17 @@ <h3>Clear After 70 Percent Scratched</h3>

<style>
.scratchpad{
width: 25%;
width: 35%;
height: 100px;
border: solid 1px;
}

@media (max-width: 500px) {
.scratchpad {
width: 65%;
}

}
</style>

<script type="text/javascript" src="./wScratchPad.min.js"></script>
Expand Down

0 comments on commit 9209815

Please sign in to comment.