Commit d095c1ed authored by seoyeon's avatar seoyeon
Browse files

0705 룸 ui 수정

parent 323b22d8
......@@ -8,12 +8,6 @@ const RoomHeader = () => {
className="col d-flex justify-content-space-between"
style={{ backgroundColor: '#C4C4C4' }}
>
{/* <p
className="mt-4 me-4"
style={{ fontWeight: 'bold', fontSize: '20px', color: '#571e80' }}
>
# 회의
</p> */}
<img
className="mt-3 m-2 rounded-circle"
src="/cherry.jpg"
......@@ -21,24 +15,22 @@ const RoomHeader = () => {
height="40"
/>
<p
className="m-2"
className="m-4"
style={{
fontWeight: 'bold',
fontSize: '15px',
textOverflow: 'ellipsis',
overflow: 'scroll',
whiteSpace: 'nowrap',
width: '150px',
overflow:'hidden'
width: '150px'
}}
>
데계 재밌는 수학과qwerqwerqew
</p>
<p
style={{
color: '#420ba2'
}}
className="m-4"
style={{ fontWeight: 'bold', fontSize: '20px', color: '#6c33a2' }}
>
# 회의
</p>{' '}
데계 재밌는 수학과 안녕111111111111111
</p>
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment