Files
old-tfm/app/client/app.less

22 lines
309 B
Plaintext
Raw Normal View History

.hello {
padding: 40px 15px;
text-align: center;
}
.controller_selection {
padding-top: 10px;
}
2016-02-28 10:05:14 +01:00
2016-03-20 07:54:20 +01:00
@media all and (orientation: portrait) {
#bucket_image {
width: 90%;
cursor: pointer;
}
}
2016-02-28 10:05:14 +01:00
2016-03-20 07:54:20 +01:00
@media all and (orientation: landscape) {
#bucket_image {
width: 40%;
cursor: pointer;
}
2016-02-28 10:05:14 +01:00
}