Skip to content
Snippets Groups Projects
Commit 7b9ac9f6 authored by alexisben's avatar alexisben
Browse files

block partners

parent f5865c2e
No related merge requests found
.block-partners
.organizations
@include media-breakpoint-up(md)
@include in-page-with-sidebar
@include grid(3, xl)
.organizations
@include grid(4, xl)
grid-column-gap: half($grid-gutter) !important
\ No newline at end of file
.organization
@include article
position: relative
h1
@include h4
@include meta
a
@include stretched-link
text-decoration: none
.media
background: $color-background-alt
aspect-ratio: 1/1
padding: $spacing1
margin-bottom: half($spacing0)
img
width: 100%
height: 100%
......@@ -19,6 +26,9 @@
@include grid(3, md)
@include grid(3, lg)
@include grid(3, xl)
@include media-breakpoint-down(md)
grid-column-gap: $spacing1 !important
.organizations__section
.organizations
......
......@@ -35,7 +35,7 @@
{{ if .name }}
<div>
{{ $title = partial "PrepareHTML" .name -}}
<p class="title">
<h1>
{{- if .url }}
<a href="{{ .url }}">
{{ end }}
......@@ -43,7 +43,7 @@
{{ if .url }}
</a>
{{ end -}}
</p>
</h1>
</div>
{{ end -}}
<div class="media">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment