Updated sidebar and fixed spacing
This commit is contained in:
parent
141915e8b5
commit
03cfe7f93e
15
sass/partials/_badges.scss
Normal file
15
sass/partials/_badges.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
.panel--badges {
|
||||
> a {
|
||||
display: block;
|
||||
margin: 0 0 10px;
|
||||
text-align: center;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&[class$="da-member"] img {
|
||||
max-width: 175px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -68,20 +68,16 @@
|
|||
{% block sidebar_wrapper %}
|
||||
<div class="col-md-3">
|
||||
{% block sidebar %}
|
||||
<div class="panel">
|
||||
<a href="https://assoc.drupal.org/membership/individuals?country=United+Kingdom" title="I’m a Drupal Association member.">
|
||||
<img src="{{ site.url }}/assets/images/da-individual-member.png" alt="Drupal Association Individual Member" width="150">
|
||||
<div class="panel panel--badges">
|
||||
<a class="panel--badges--badge__da-member" href="https://assoc.drupal.org/membership" title="I’m a Drupal Association member.">
|
||||
<img src="{{ site.url }}/assets/images/da-individual-member.png" alt="Drupal Association Individual Member">
|
||||
</a>
|
||||
|
||||
<a href="https://assoc.drupal.org/membership">
|
||||
<img src="{{ site.url }}/assets/images/drupal-association-become-member.png" alt="Become a Drupal Association member." width="150">
|
||||
<a href="https://www.drupal.org/8">
|
||||
<img alt="I built Drupal 8 with hand holding a wrench on blue background" src="{{ site.url }}/assets/images/drupal-8.jpg"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<a href="https://www.drupal.org/8">
|
||||
<img alt="I built Drupal 8 with hand holding a wrench on blue background" src="{{ site.url }}/assets/images/drupal-8.jpg"/>
|
||||
</a>
|
||||
|
||||
{% include('availability') %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
Reference in a new issue