Skip to content

Commit a2f2bee

Browse files
committed
Added some finishing touches to the people page
1 parent f3a24b7 commit a2f2bee

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

views/js/evently/src/HostList.css

+5-11
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111
}
1212

1313
.header h1 {
14-
font-size: 2.5rem;
14+
font-size: 3rem;
1515
color: #000;
1616
}
1717

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

89+
.accountContainer h2 {
90+
margin: 10px;
91+
font-size: 25px;
92+
}
8993
.accountInfo {
9094
width: 100px;
9195
height: 100px;
@@ -100,15 +104,6 @@ table th, table td {
100104
object-fit: cover; /* Ensures image fits nicely in circle */
101105
}
102106

103-
.accountInfo p {
104-
margin: 0;
105-
padding: 0;
106-
font-size: 14px; /* Adjusts text size */
107-
color: #ffffff; /* Text color for better contrast */
108-
text-align: center; /* Centers text within container */
109-
}
110-
111-
112107
.nav-bar-container {
113108
display: flex;
114109
justify-content: center;
@@ -118,7 +113,6 @@ table th, table td {
118113
margin: 0; /* Remove default body margin if needed */
119114
}
120115

121-
122116
.account-search-bar {
123117
--padding: 14px;
124118

views/js/evently/src/HostList.jsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ function HostList() {
8080

8181
<div class="peopleSection-container">
8282
<div class="peopleSection">
83-
<div class="accountContainer">
83+
84+
85+
<div class="accountContainer">
8486
<div class="accountInfo">
8587
<img src={profileImage1} alt="Profile picture" className="profile-image" />
8688
</div>

0 commit comments

Comments
 (0)