Skip to content

Commit 3023665

Browse files
authored
Update style.css
1 parent 84a0ee6 commit 3023665

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style.css

+5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ body {
8080
ins.kakao_ad_area {
8181
display: block; /* 또는 inline-block 등 적절한 값으로 설정 */
8282
margin-top: 50%;
83+
display: flex;
84+
justify-content: center;
85+
align-items: center;
86+
height: 100vh; /* 화면 전체 높이에 광고를 중앙에 위치시키기 위해 필요 */
87+
margin: 0;
8388
}
8489
.note,
8590
.task-item {

0 commit comments

Comments
 (0)