You can change CSS file.
For example:
In screen.css file, change the code as the following:
.portfolio_photos li
{
float: left;
display: block;
width: 160px;
height: 200px;
margin-right: 40px;
}
You can put the size you wanted in “width” and “height”