Skip to content

Commit 442e10a

Browse files
Fixed full screen home page coverage on some tablets.
1 parent 0f0c452 commit 442e10a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_sass/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ a {
9393
}
9494
}
9595

96+
.navigation__background-img {
97+
height: 100.5vh;
98+
width: 100%;
99+
}
100+
96101
.navigation__brand {
97102
background-color: rgba(0, 0, 0, 0.2);
98103
border: rgba(0, 0, 0, 0.2) 1px solid;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
static/images/title_photo/title_glass_building_1442x2562.jpg 1442w"
2020
media="(orientation: portrait)"
2121
sizes="100vw">
22-
<img class=""
22+
<img class="navigation__background-img"
2323
src="static/images/title_photo/title_glass_building_960x540.jpg"
2424
alt="Python Sprints Title Image">
2525
</picture>

0 commit comments

Comments
 (0)