diff --git a/buddypress.org/public_html/wp-content/themes/bb-base/style.css b/buddypress.org/public_html/wp-content/themes/bb-base/style.css
index e42780aee..c22fdeb7b 100644
a
|
b
|
p.plans { |
131 | 131 | #showcase-inner { |
132 | 132 | margin: 0 auto; |
133 | 133 | width: 100%; |
134 | | padding: 20px 0 0; |
| 134 | padding: 20px 10px 0; |
135 | 135 | } |
136 | 136 | #showcase h3 { |
137 | 137 | color: #333; |
… |
… |
body.trac .attachment { |
1756 | 1756 | } |
1757 | 1757 | } |
1758 | 1758 | |
| 1759 | @media only screen and (max-width: 714px) { |
| 1760 | #showcase-inner { |
| 1761 | padding-bottom: 20px; |
| 1762 | } |
| 1763 | } |
| 1764 | |
1759 | 1765 | /* Mobile */ |
1760 | 1766 | @media only screen and (max-width: 480px) { |
1761 | 1767 | #bbpress-forums div.bbp-topic-author img.avatar, |