Make icons larger.

This commit is contained in:
Ian Gulliver
2016-01-01 12:15:28 -08:00
parent a4ebe52519
commit 0d563012fe
3 changed files with 14 additions and 9 deletions

View File

@@ -21,9 +21,9 @@ body {
position: absolute;
top: 0;
left: 0;
height: 32px;
width: 32px;
margin: 4px;
height: 64px;
width: 64px;
margin: 8px;
cursor: pointer;
}
@@ -81,9 +81,9 @@ babyStatsFlipperBack {
position: absolute;
top: 0;
right: 0;
height: 32px;
width: 32px;
margin: 4px;
height: 64px;
width: 64px;
margin: 8px;
cursor: pointer;
}