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

fixed contact itemprop and list person in program

parent b6ffcbc8
No related branches found
No related tags found
No related merge requests found
...@@ -177,26 +177,30 @@ ol.programs ...@@ -177,26 +177,30 @@ ol.programs
position: relative position: relative
padding-bottom: $spacing0 padding-bottom: $spacing0
padding-top: $spacing0 padding-top: $spacing0
@include media-breakpoint-up(desktop) @include media-breakpoint-up(sm)
@include grid(2) @include grid(2)
@include icon(arrow-right, after, true)
color: inherit
position: absolute
right: 0
top: $spacing0
margin-top: px2rem(12)
a a
align-items: center
display: flex
color: inherit color: inherit
text-decoration: none text-decoration: none
@include stretched-link(before) @include stretched-link(before)
@include media-breakpoint-down(desktop) @include media-breakpoint-down(desktop)
margin-right: $spacing1 margin-right: $spacing1
@include icon(arrow-right, after, true)
color: inherit
position: absolute
right: 0
@include media-breakpoint-down(sm)
width: 100%
p p
align-self: center align-self: center
margin-top: unset margin-top: unset
@include small @include small
@include media-breakpoint-up(desktop) @include media-breakpoint-up(desktop)
margin-right: $spacing1 margin-right: $spacing1
@include media-breakpoint-down(sm)
display: block
&:hover &:hover
color: $color-accent color: $color-accent
&:first-child &:first-child
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
</span> </span>
{{ end }} {{ end }}
{{ if .country }} {{ if .country }}
<span itemprop="postalCode"> <span itemprop="addressCountry">
{{ partial "PrepareHTML" .country }} {{ partial "PrepareHTML" .country }}
</span> </span>
{{ end }} {{ end }}
......
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