a787a438 by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 34641c68
......@@ -15744,6 +15744,10 @@ p.intro {
margin-top: 40px;
}
.event-template-default #full-width-page-wrapper {
max-width: 1400px;
}
.em-event-where h3, .em-event-where .h3,
.em-event-when h3,
.em-event-when .h3,
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -7,6 +7,11 @@
.em-event-single{
margin-top: 40px;
}
.event-template-default{
#full-width-page-wrapper{
max-width: 1400px;
}
}
.em-event-where,
.em-event-when,
.css-event-form{
......