Merge pull request #426 from cvogeley/master
Frost-mobile: Add media query in stylesheet for tablets
This commit is contained in:
commit
fbc0f0e7ca
|
@ -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 a new issue