span.agenda-event-weekday:first-child{
}
-.agenda-event-times{
- float: left;
+@media (min-width: 1024px){
+ .agenda-event-times{
+ float: left;
+ width: 25%
+ }
+ .agenda-days-of-week{
+ float: left;
+ width: 75%;
+ }
}
-.agenda-days-of-week{
- float: left;
- margin-left: 15px;
+@media (max-width: 1024px) and (min-width: 640px){
+ .agenda-event-times{
+ float: left;
+ width: 40%
+ }
+ .agenda-days-of-week{
+ float: left;
+ width: 60%;
+ }
+}
+@media(max-width: 640px) and (min-width: 415px){
+ .agenda-event-times{
+ float: left;
+ width: 40%
+ }
+ .agenda-days-of-week{
+ float: left;
+ width: 60%;
+ }
}
.day-times-wrapper{
float: left;
+ width:100%
}
@media (max-width: 324px){
.agenda-days-of-week{