11 lines
292 B
CSS
11 lines
292 B
CSS
.google-ads-wrap {
|
|
width: 100%;
|
|
margin: 20px 0;
|
|
text-align: center;
|
|
background-color: #f9f9f9; /* 광고 로딩 전 영역 표시용 (선택 사항) */
|
|
min-height: 90px; /* 최소 높이 확보 */
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|