homepage mobile experience became bearable by using questionable css and js practices
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
border-color: #cccccc;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width: 500px) {
|
||||
.item_name_and_price {
|
||||
text-align: center;
|
||||
vertical-align: center;
|
||||
@@ -71,6 +71,23 @@
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.item_name_and_price {
|
||||
text-align: center;
|
||||
vertical-align: center;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
.item_floating_price {
|
||||
position: absolute;
|
||||
bottom: 12%;
|
||||
right: 12%;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user