Skip to content

Commit 4e7589a

Browse files
committed
Fix z-indexing of focus styles on skip to content button
Remove alt text on schools banenr
1 parent 3f4061a commit 4e7589a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/css/fitzwilliam.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"/js/app.js": "/js/app.js?id=186fc5ec23f2fa6f870cee9d2ef7b85f",
33
"/css/app.css": "/css/app.css?id=ffe57b0d89f1b8506db2d286b2cb21af",
4-
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=860b5144cd6eb2efbe94ec702d05453a"
4+
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=78dd854998477d7d4545b90e55509192"
55
}

resources/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838
border-radius: 5px;
3939
color: black;
4040
opacity: 1;
41-
z-index: 10;
41+
z-index: 10000;
4242
}
4343
.card-header {
4444
background-color: white;

resources/views/includes/elements/schools-project.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="col-md-4">
2525
<img
2626
src="https://content.fitz.ms/fitz-website/assets/young people in Egyptian gallery.jpg?key=directus-medium-crop"
27-
class="card-img-top" width="369" height="369" alt="Human touch">
27+
class="card-img-top" width="369" height="369" alt="">
2828
</div>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)