diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index 8db5dc7..b03a822 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -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; }