Browse Source

trying Matt's suggested CSS fix, and fixing the typo in the bitly URL

pull/302/head
benny Vasquez 2 years ago
parent
commit
08ebc007b4
  1. 4
      assets/css/bundle.css
  2. 2
      layouts/members/single.html

4
assets/css/bundle.css

@ -137,8 +137,8 @@ border-bottom-color: #14598a !important;
height: 100%; height: 100%;
} }
.al-page-index .al-index-commercial-support .al-commercial-supporter-list .al-commercial-supporter-logo { .al-page-index .al-index-commercial-support .al-commercial-supporter-list .al-commercial-supporter-logo {
max-width: 220px; width: 300px;
width: 100%; max-width: 100%;
} }
.al-commercial-supporter-list { .al-commercial-supporter-list {
margin-top: 40px; margin-top: 40px;

2
layouts/members/single.html

@ -29,7 +29,7 @@
{{ i18n "The merit of each application will be reviewed on a case-by-case basis by the Board or by a committee appointed for this purpose, according to the" }} <a href="/p/foundation-bylaws/" class="al-laws-link"> <b>{{ i18n "Bylaws" }}</b> </a> {{ i18n "established by the Board." }} {{ i18n "The merit of each application will be reviewed on a case-by-case basis by the Board or by a committee appointed for this purpose, according to the" }} <a href="/p/foundation-bylaws/" class="al-laws-link"> <b>{{ i18n "Bylaws" }}</b> </a> {{ i18n "established by the Board." }}
</p> </p>
<p> <p>
{{ i18n "Membership guidelines are" }} <a href="bit.ly/almalinuxmembership" class="al-guideline-link" target="_blank"> <b>{{ i18n "available here" }}</b> </a> {{ i18n "Membership guidelines are" }} <a href="https://bit.ly/almalinuxmembership" class="al-guideline-link" target="_blank"> <b>{{ i18n "available here" }}</b> </a>
</p> </p>
</div> </div>
</div> </div>

Loading…
Cancel
Save