Skip to content
Snippets Groups Projects
Commit e0d1d254 authored by Olivia206's avatar Olivia206
Browse files

wip

parent 29fa9c28
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
@include h4
a
@extend %underline-on-hover
.contact-types
.contacts
margin-top: $spacing-3
@include media-breakpoint-down(desktop)
> div + div
......@@ -54,14 +54,14 @@
.top
margin-bottom: $spacing-4
.informations
.contact-types
.contacts
@include grid(3)
ul
span
width: columns(4)
@include in-page-with-sidebar
.contact-types
.contacts
@include grid(2)
row-gap: $spacing-3
ul
......
......@@ -19,7 +19,7 @@
{{ with .information }}
{{ partial "PrepareHTML" . }}
{{ end }}
<div class="contact-types">
<div class="contacts">
{{ with .address }}
{{ if or .address .city .zipcode .country }}
<div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
......
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