@media all and (min-device-width:1024px)
{
/* desktop style here */
img
{
height: 100px;
width:100px;
}
.pages
{
position: relative;
width: 50%;
}
[id |= Page]
{
position: relative;
width: 50%;
}
#HeaderImage
{
margin-left: 40px;
margin-top: 20px;
margin-bottom: 20px;
float:left;
}
{
/* desktop style here */
img
{
height: 100px;
width:100px;
}
.pages
{
position: relative;
width: 50%;
}
[id |= Page]
{
position: relative;
width: 50%;
}
#HeaderImage
{
margin-left: 40px;
margin-top: 20px;
margin-bottom: 20px;
float:left;
}