Skip to content

Commit

Permalink
Added some finishing touches to the people page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenpj234 committed Jan 21, 2025
1 parent 15a7588 commit 2ebc063
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 5 additions & 11 deletions views/js/evently/src/HostList.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {
}

.header h1 {
font-size: 2.5rem;
font-size: 3rem;
color: #000;
}

Expand Down Expand Up @@ -86,6 +86,10 @@ table th, table td {
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow for card */
}

.accountContainer h2 {
margin: 10px;
font-size: 25px;
}
.accountInfo {
width: 100px;
height: 100px;
Expand All @@ -100,15 +104,6 @@ table th, table td {
object-fit: cover; /* Ensures image fits nicely in circle */
}

.accountInfo p {
margin: 0;
padding: 0;
font-size: 14px; /* Adjusts text size */
color: #ffffff; /* Text color for better contrast */
text-align: center; /* Centers text within container */
}


.nav-bar-container {
display: flex;
justify-content: center;
Expand All @@ -118,7 +113,6 @@ table th, table td {
margin: 0; /* Remove default body margin if needed */
}


.account-search-bar {
--padding: 14px;

Expand Down
4 changes: 3 additions & 1 deletion views/js/evently/src/HostList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ function HostList() {

<div class="peopleSection-container">
<div class="peopleSection">
<div class="accountContainer">


<div class="accountContainer">
<div class="accountInfo">
<img src={profileImage1} alt="Profile picture" className="profile-image" />
</div>
Expand Down

0 comments on commit 2ebc063

Please sign in to comment.