This commit is contained in:
Kenneth Jannette
2024-02-13 18:13:35 -06:00
parent bfdb03ea19
commit ecab47e74d
2 changed files with 7 additions and 3 deletions

View File

@@ -185,7 +185,11 @@ const HomePage = () => {
{/*********** CARD THREE *********** */}
<div className="home-card">
<div className="card-image-container">
<img src={gavel_clear1} alt="" className="card-image" />
<img
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/cea17924-229d-4471-e618-171eb9b94500/public"
alt=""
className="card-image"
/>
</div>
<div className="card-body">
<div className="card-upper-box">

View File

@@ -348,7 +348,7 @@ p.card-title {
.home-card-text-box {
padding: 8px 10px 0px 10px;
width: 250px;
width: 270px;
height: 150px;
border-right: 1px solid var(--ultra-light-accent);
border-bottom: 1px solid var(--ultra-light-accent);
@@ -590,7 +590,7 @@ button.button-2 {
justify-content: center;
background-color: #f2f2ff;
width: 100%;
border-radius: 35px 35px 0px 0px;
border-radius: 10px 10px 0px 0px;
}
footer.footer {