fix(homePage): img alt text fixed, ready for demo

This commit is contained in:
2025-03-08 12:53:41 -07:00
parent cf71002168
commit 0ad1debb68
2 changed files with 25 additions and 9 deletions

View File

@ -2,7 +2,7 @@
display: flex;
position: relative;
justify-content: end;
justify-content: flex-end;
align-items: center;
}
@ -13,7 +13,7 @@
background-size: cover;
background-position: center;
position: absolute;
position: relative;
z-index: 0;
}
@ -32,8 +32,8 @@
margin: 0px;
}
#HomeTop div h2 {
}
/* #HomeTop div h2 {
} */
#HomePageLayout div {
display: flex;