uiowa / admissions-viewbook

Viewbook application for Admissions.
http://viewbook.admissions.uiowa.edu/
1 stars 0 forks source link

reduce cta paddings/margins on smaller devices #48

Closed joewhitsitt closed 4 years ago

joewhitsitt commented 4 years ago

Resolves #47

Overrides to reduce paddings/margins for the CTA on smaller devices. Cute transitions for device re-sizing effect.

1380 x 799px display (updated 10:30 11/5)

Screen Shot 2020-11-05 at 10 29 36 AM
bspeare commented 4 years ago

I like what you did here. I'm wondering if we should remove the border and row padding on the condensed version?

.cta-row__wrapper {
    padding: 0.3rem 0;
}
.cta-row__wrapper .bttn--outline {
    border: none;
}
Screen Shot 2020-11-05 at 9 01 44 AM
joewhitsitt commented 4 years ago

sure thing. updated screenshot

bspeare commented 4 years ago

This looks great. I changed the base branch to developso that we can merge it in there before main. Once it is in develop we can share https://viewbook.admissions.uiowa.edu/latest/ to Scott for review before merging into main.