Skip to content

Commit

Permalink
[fix] 광고 사이즈가 심상치 않다.. #458
Browse files Browse the repository at this point in the history
  • Loading branch information
triplecheeseburger committed Aug 11, 2023
1 parent 453f448 commit 85c1975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion components/layouts/AdsLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function AdsLayout({ children }: LayoutProps) {
client='ca-pub-5861134754944224'
slot='4781852804'
format='vertical'
responsive='true'
/>
{children}
<GoogleAd
Expand Down
8 changes: 4 additions & 4 deletions styles/layouts/AdsLayout.module.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.adsLayoutRow {
width: 100%;
height: 100%;
overflow-x: auto;
overflow-y: scroll;
//overflow-x: hidden;
//overflow-y: hidden;
display: flex;
flex-direction: row;
justify-content: space-between;
Expand All @@ -11,8 +11,8 @@
.adsLayoutColumn {
width: 100%;
height: 100%;
overflow-x: auto;
overflow-y: scroll;
//overflow-x: hidden;
//overflow-y: hidden;
display: flex;
flex-direction: column;
}

0 comments on commit 85c1975

Please sign in to comment.