Skip to content

Commit

Permalink
Merge branch 'hotfix/14432-related-events-date' into hotfix/14434-gov…
Browse files Browse the repository at this point in the history
…ernance-url
  • Loading branch information
ostafinskim committed Jun 18, 2024
2 parents 87de161 + c292fae commit bdc0852
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=186fc5ec23f2fa6f870cee9d2ef7b85f",
"/css/app.css": "/css/app.css?id=0016f68f791a7fcc24eed4d216c98602",
"/css/app.css": "/css/app.css?id=1104b0963db1e2c6988ce3efee4364a3",
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=1f635823422a215addb50a50ca5a2242"
}
5 changes: 5 additions & 0 deletions resources/sass/exhibition/_related-events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
width: 100%;
& .cta-title {
font-size: 20px;
font-weight: 600;
}
& .cta-title-date {
font-size: 18px;
font-weight: 600;
}
& .cta-copy {
font-size: 18px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
@if(!empty($event['heading']))
<h4 class="cta-title">{{ $event['heading'] }}</h4>
@endif
@if(!empty($event['event_date']))
<h5 class="cta-title-date">{{ $event['event_date'] }}</h5>
@endif
@if(!empty($event['excerpt']))
<p class="cta-copy">
{{ $event['excerpt'] }}
Expand Down

0 comments on commit bdc0852

Please sign in to comment.