mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-09 12:47:12 -06:00
fix(homePage): img alt text fixed, ready for demo
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user