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