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

fixed spacings

parent 9ece320a
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,10 @@ ol.programs ...@@ -39,6 +39,10 @@ ol.programs
@include media-breakpoint-up(desktop) @include media-breakpoint-up(desktop)
.lead .lead
padding-bottom: $spacing-4 padding-bottom: $spacing-4
.program-heading
margin-bottom: $spacing-6
.lead
margin-bottom: 0
.content .content
padding-bottom: $spacing-4 padding-bottom: $spacing-4
section:not(.block) > * + * section:not(.block) > * + *
...@@ -89,7 +93,15 @@ ol.programs ...@@ -89,7 +93,15 @@ ol.programs
section:first-of-type section:first-of-type
.content .content
border-top: none border-top: none
.program-website
a
@include icon(link-blank, after)
font-size: $body-size
margin-left: $spacing-1
vertical-align: baseline
@include media-breakpoint-up(desktop)
font-size: $body-size-desktop
.program-table .program-table
tr tr
font-size: unset font-size: unset
......
...@@ -29,7 +29,7 @@ params: ...@@ -29,7 +29,7 @@ params:
breadcrumb: breadcrumb:
position: hero-start # hero-start | hero-end | after-hero | none position: hero-start # hero-start | hero-end | after-hero | none
summary: summary:
position: hero # hero | content position: content # hero | content
search: search:
active: false active: false
position: menu # menu | fixed | footer position: menu # menu | fixed | footer
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
"context" . "context" .
) }} ) }}
{{- partial "programs/website.html" . -}}
{{- partial "programs/presentation.html" . -}} {{- partial "programs/presentation.html" . -}}
{{- partial "programs/children.html" .Pages -}} {{- partial "programs/children.html" .Pages -}}
{{- partial "programs/pedagogy.html" . -}} {{- partial "programs/pedagogy.html" . -}}
......
{{- if .context.Params.website_url -}}
<div class="program-heading">
{{- end -}}
{{- partial "commons/summary-in-content.html" . -}} {{- partial "commons/summary-in-content.html" . -}}
{{- if .context.Params.website_url -}}
<div class="container">
<a href="{{- .Params.website_url -}}" target="_blank" class="btn">{{ i18n "programs.website" }}</a>
</div>
</div>
{{- end -}}
\ No newline at end of file
<div class="container">
<a href="{{- .Params.website_url -}}" class="btn">{{ i18n "programs.website" }}</a>
</div>
\ No newline at end of file
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