Fontsize was too small to read for subnav and pdf section.
Added some margin-top on every event listed.
#event-second-column {
position: relative;
}
+#event-second-column > div:not(:first-child) {
+ margin-top: 25px;
+}
#event-main-column #slider-wrapper {
position: relative;
}
}
/* Event Search Result */
.event-search {
- font-size: 12px;
+ font-size: 16px;
/* font-size: 1.2rem; */
background: #eee;
border: 1px dashed #ccc;
.event-list {
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
+ margin-top: 15px;
}
.event-list-thumb {
border: 1px solid rgb(51, 102, 153);
nav.top-bar .top-bar-section .center-top-bar .full-width > li ul.dropdown li > a {
background-color: #004a80;
line-height: 40px;
+ font-size: 12pt;
}
nav.top-bar .top-bar-section .center-top-bar .full-width > li ul.dropdown li > a:hover {
background-color: #336633;