diff --git a/css/faculty.css b/css/faculty.css index 17871d2d..3302b8db 100644 --- a/css/faculty.css +++ b/css/faculty.css @@ -1382,6 +1382,20 @@ ul.people-content ul { .ph-person-events .filter h3 { margin: 10px 0 0 15px; } +.filter-dp .btn { + margin-top: -10px; +} +.people-table { + margin-top: 10px; +} +@media screen and (max-width: 56.688em) { + .filter-dp .ppl-filter-dd { + display: block; + } + .filter-dp .btn { + margin-top: 0px; + } +} @media screen and (max-width: 28.063em) { .people-info { padding: 10px; diff --git a/html/homepage/index.html b/html/homepage/index.html index ac77c9b3..804028da 100644 --- a/html/homepage/index.html +++ b/html/homepage/index.html @@ -403,9 +403,9 @@ @media (min-width:43.125em) { - .united-way .feature-content { - width: 31.5em; - height: 9em; + .be-a-bear .feature-content { + width: 28em; + height: 7em; } .convo .feature-content > .btn { @@ -615,14 +615,14 @@

    -
  • +
  • -
    -
    -

    Thank You

    -

    The U of A community raised more than a half million dollars for the United Way in 2013, in part supporting programs and counselling that help sexual and gender minority youth feel a sense of belonging.

    +
    +
    +

    Understanding Video Games (UVG)

    +

    The new massive open online course available in September.

    diff --git a/less/faculty/pages/people.less b/less/faculty/pages/people.less index 01f1c147..00d6af72 100644 --- a/less/faculty/pages/people.less +++ b/less/faculty/pages/people.less @@ -155,6 +155,24 @@ ul.people-content ul{ .ph-person-events .filter h3{ margin:10px 0 0 15px; } +.filter-dp{ + .btn{ + margin-top:-10px; + } +} +.people-table{ + margin-top:10px; +} +@media screen and (max-width:56.688em){ + .filter-dp .ppl-filter-dd{ + display:block; + } + .filter-dp{ + .btn{ + margin-top:0px; + } + } +} @media screen and (max-width:28.063em){ .people-info{ padding:10px;