MITLibraries / MITLibraries-child

A Wordpress child theme that descends from MITLibraries-parent
GNU General Public License v3.0
1 stars 1 forks source link

Tighten spacing on AKDC home cards #42

Closed frrrances closed 8 years ago

frrrances commented 8 years ago

The spacing on the AKDC homepage cards is too big:

screen shot 2016-06-17 at 12 42 37 pm

The current margin and padding is quite large:


screen shot 2016-06-17 at 12 42 53 pm


I think we can get away with something like:

.wrap-section-hilite {
    margin: 5px 0;
    padding: 15px;
}

screen shot 2016-06-17 at 12 43 19 pm