Frost-mobile: media query in css for tablets
Use space more efficiently on tablets in frost-mobile theme. Tested with iPad 1.
This commit is contained in:
parent
f616fd21e7
commit
e6067e6694
|
@ -3885,3 +3885,21 @@ ul.notifications-menu-popup {
|
|||
margin-left: 40px;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
@media only screen and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
{
|
||||
html {
|
||||
width:700px
|
||||
}
|
||||
div.section-wrapper {
|
||||
width:700px;
|
||||
margin-left:0px;
|
||||
}
|
||||
.wall-item-body {
|
||||
width:700px;
|
||||
}
|
||||
.comment .wall-item-body {
|
||||
width:650px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user