codefordayton / daytonreap

Web application to streamline Dayton's REAP (Real Estate Acquisition Process) Program
MIT License
7 stars 14 forks source link

#87 #92

Closed ejboettcher closed 5 years ago

ejboettcher commented 5 years ago

Resolved issue #87

DavidEBest commented 5 years ago

The switches from h4 to h3 and h2 to h1 made the text larger. Could you make those smaller with some CSS?

ejboettcher commented 5 years ago

I think so. The HTML Code sniffer I was using flagged how the headers were number for ADA compliance.

I should be able to change the size in css. Will take a look at it this week.

The ADA changes were supposed to be a PR but, it was pulled into this one automatically.

DavidEBest commented 5 years ago

Something like:

h1 {
font-size: 1.5em;
}

.FAQ-item h3 {
    margin: 0rem;
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 1em;
    font-weight: bold;
}

Should do it.

ejboettcher commented 5 years ago
DavidEBest commented 5 years ago

Great, thanks!

DavidEBest commented 5 years ago

If you were interested in another PR, you could make the same changes in the MCLotLinker repo. It's almost the same code - it's the county's Land Bank version of the site.