Some css modifications

This commit is contained in:
Senad Uka
2016-03-20 07:54:20 +01:00
parent b2e619c2c9
commit 2317ad3e61
3 changed files with 94 additions and 88 deletions

View File

@@ -2,13 +2,20 @@
padding: 40px 15px;
text-align: center;
}
.controller_selection {
padding-top: 10px;
}
#bucket_image {
width: 50%;
cursor: pointer;
@media all and (orientation: portrait) {
#bucket_image {
width: 90%;
cursor: pointer;
}
}
@media all and (orientation: landscape) {
#bucket_image {
width: 40%;
cursor: pointer;
}
}