Mukho

Update width

......@@ -635,7 +635,7 @@ progress {
.container-lg,
.container-md,
.container-sm {
width: 100%;
width: 80%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
......
......@@ -70,7 +70,7 @@ create table comment(
>UPDATE board SET idx = @COUNT:=@COUNT+1;
---
### 최종 수정: 2021-11-29 00:45<br>
### 최종 수정: 2021-11-29 19:47<br>
### 수정 내용:
1. 채팅 구현(팝업)
2. 시간 실시간 반영
......@@ -81,4 +81,5 @@ create table comment(
7. 코드 다듬음
8. 버그 수정
9. 댓글 등록, 열람, 삭제 기능 구현 및 버그 픽스
10. 채팅 중 서버 재시작시 기존 참여자들 리셋시킴
\ No newline at end of file
10. 채팅 중 서버 재시작시 기존 참여자들 리셋시킴
11. 요소 좌우 길이 80%로 조절
\ No newline at end of file
......