[ # 6ํ์ฐจ ์ ๋ณด ]
- 2024๋ 2์ 5์ผ 19:00 - 22:00
- Discord ์์ ํตํ๋ก ์จ๋ผ์ธ ์คํฐ๋ ํ์ ์งํ
[ # 6ํ์ฐจ ๊ฐ์ธ ๋ชฉํ ]
๋์๋ฆฌ ํํ์ด์ง ๊ฒ์ํ FE - ๋ฐ์ํ ๊ฒ์ํ media.css
[ # 6ํ์ฐจ ๊ฐ์ธ ํ๋ ๋ด์ฉ ]
/* responsive.css */
@media (max-width: 1000px) {
.board_wrap {
width: 100%;
min-width: 320px;
padding: 0 30px;
box-sizing: border-box;
}
.board_list .num,
.board_list .writer,
.board_list .count {
display: none;
}
.board_list .date {
width: 40%;
}
.board_list .title {
text-indent: 10px;
}
.board_list .top .title {
text-indent: 0;
}
.board_page a {
width: 26px;
height: 26px;
}
.board_page a.bt {
padding-top: 5px;
}
.board_page a.num {
padding-top: 5px;
}
.board_view .info dl {
width: 50%;
padding: 0;
}
.board_view .info dl:nth-child(-n+2) {
margin-bottom: 5px;
}
.board_view .info dl::before {
display: none;
}
.board_view .info dt,
.board_view .info dd {
font-size: 12px;
}
.board_write .title dt,
.board_write .info dt {
display: none;
}
.board_write .title dd {
width: 100%;
box-sizing: border-box;
}
.board_write .title input[type="text"] {
width: 100%;
}
.board_write .info dl {
width: 49%;
}
.board_write .info dl:first-child {
margin-right: 2%;
}
.board_write .info dd {
width: 100%;
}
.board_write input[type="text"],
.board_write input[type="password"] {
width: 100%;
}
}
'๐ ๊ฐ์ธ ํ๋ ๋ชจ์์ง ๐ > ๐ฉ๐ปโ๐ป `23 -`24 ๋๊ณ ๋ชจ๊ฐ์ฝ ๐ฉ๐ปโ๐ป' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 5ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (1) | 2024.01.29 |
---|---|
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 4ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (0) | 2024.01.22 |
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 3ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (0) | 2024.01.15 |
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 2ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (1) | 2024.01.08 |
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 1ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (0) | 2024.01.01 |
[ # 6ํ์ฐจ ์ ๋ณด ]
- 2024๋ 2์ 5์ผ 19:00 - 22:00
- Discord ์์ ํตํ๋ก ์จ๋ผ์ธ ์คํฐ๋ ํ์ ์งํ
[ # 6ํ์ฐจ ๊ฐ์ธ ๋ชฉํ ]
๋์๋ฆฌ ํํ์ด์ง ๊ฒ์ํ FE - ๋ฐ์ํ ๊ฒ์ํ media.css
[ # 6ํ์ฐจ ๊ฐ์ธ ํ๋ ๋ด์ฉ ]
/* responsive.css */ @media (max-width: 1000px) { .board_wrap { width: 100%; min-width: 320px; padding: 0 30px; box-sizing: border-box; } .board_list .num, .board_list .writer, .board_list .count { display: none; } .board_list .date { width: 40%; } .board_list .title { text-indent: 10px; } .board_list .top .title { text-indent: 0; } .board_page a { width: 26px; height: 26px; } .board_page a.bt { padding-top: 5px; } .board_page a.num { padding-top: 5px; } .board_view .info dl { width: 50%; padding: 0; } .board_view .info dl:nth-child(-n+2) { margin-bottom: 5px; } .board_view .info dl::before { display: none; } .board_view .info dt, .board_view .info dd { font-size: 12px; } .board_write .title dt, .board_write .info dt { display: none; } .board_write .title dd { width: 100%; box-sizing: border-box; } .board_write .title input[type="text"] { width: 100%; } .board_write .info dl { width: 49%; } .board_write .info dl:first-child { margin-right: 2%; } .board_write .info dd { width: 100%; } .board_write input[type="text"], .board_write input[type="password"] { width: 100%; } }
'๐ ๊ฐ์ธ ํ๋ ๋ชจ์์ง ๐ > ๐ฉ๐ปโ๐ป `23 -`24 ๋๊ณ ๋ชจ๊ฐ์ฝ ๐ฉ๐ปโ๐ป' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 5ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (1) | 2024.01.29 |
---|---|
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 4ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (0) | 2024.01.22 |
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 3ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (0) | 2024.01.15 |
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 2ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (1) | 2024.01.08 |
[`23 - `24 ๋๊ณ ๋ชจ๊ฐ์ฝ] Bit๋๊ธฐ 1ํ์ฐจ ๊ฐ์ธ ๋ฆฌ๋ทฐ (0) | 2024.01.01 |