/* Rectangle 2: */
background-image: linear-gradient(-180deg, #000F24 0%, #FF203C 100%);
- @include margin-top(5);
+ @include margin-top(10);
@include mq($until: xs) {
div[class^="col-"] {
{% block content_footer %}{% endblock %}
</main>
- {% include "twitter/hashtag.html" %}
+ <div class="section container">
+ <div class="row">
+
+ <div class="col-sm-8 tac">
+ <div class="section-title section-title--uppercase section-title--underline section-title--accent">
+ {% trans "Instagram feed" %}
+ </div>
+ <div>
+ INSTAGRAM HERE
+ </div>
+ </div>
+
+ <div class="col-sm-6 col-sm-push-1 tac">
+ <div class="section-title section-title--uppercase section-title--underline section-title--main">
+ {% trans "Twitter feed" %}
+ </div>
+ <div>
+ {% include "twitter/hashtag.html" %}
+ </div>
+ </div>
+
+ </div>
+ </div>
<footer class="footer" role="footer">
{% include "includes/footer.html" %}