Skip to content

Commit

Permalink
Merge pull request #715 from FitzwilliamMuseum/hotfix/promo-page-card…
Browse files Browse the repository at this point in the history
…-heading

Fix font weight for promo page heading
  • Loading branch information
ostafinskim authored Oct 8, 2024
2 parents 654a3e6 + 01c66db commit b5aa367
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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=f75a69cf643755ccd034a3d3733319df",
"/css/app.css": "/css/app.css?id=458e778c37f24b17337dc23e2d1bd19b",
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=e86ba8627b5815b2315ba31344b2fd8c"
}
6 changes: 6 additions & 0 deletions resources/sass/support-us/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,10 @@
font-weight: 500;
}

.promo-page .contents-label h2,
.promo-page .contents-label h2 a {
font-weight: 600;
font-size: 20px;
}

/* support-grid-card end */
2 changes: 1 addition & 1 deletion resources/views/promopage/subpage.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

</head>

<body class="doc-body support c_darkmode">
<body class="doc-body support promo-page c_darkmode">
@include('googletagmanager::body')

@include('includes.structure.accessibility')
Expand Down

0 comments on commit b5aa367

Please sign in to comment.