adaptive screens width adjustments

This commit is contained in:
Serghei Mihai 2013-11-05 14:46:14 +01:00
parent e03824d16e
commit 4d504374be
No known key found for this signature in database
GPG Key ID: 76D1C964BF2FA1AF
1 changed files with 4 additions and 4 deletions

View File

@ -3247,7 +3247,7 @@ body.largeText #content-core p {
margin-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
@media screen and (max-width: 715px) {
body {
background: transparent;
}
@ -3347,10 +3347,10 @@ body.largeText #content-core p {
}
#content #events-ul-list li p.date {
width: 100%;
border: 0 !important;
width: 30%;
margin-top: 0;
padding-top: 0;
padding-left: 5px;
}
#content #events-ul-list h3 {
@ -3436,7 +3436,7 @@ body.largeText #content-core p {
}
}
@media screen and (min-width: 481px) and (max-width:950px) {
@media screen and (min-width: 716px) and (max-width:950px) {
body {
background: transparent;
}