Fix image css
Closes https://github.com/mattbk/changeblindness/issues/21.
This commit is contained in:
@ -3,9 +3,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#rotator {
|
#rotator {
|
||||||
background: #dddddd;
|
//background: #dddddd;
|
||||||
width: 960px;
|
background: #ffffff;
|
||||||
height: 627px;
|
// 90vh is 90% of viewer height: http://stackoverflow.com/a/16837667/2152245
|
||||||
|
height:90vh;;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user