Repository URL to install this package:
|
Version:
0.1.2 ▾
|
.Layout {
text-align: center;
}
.Layout-Content {
display: inline-block;
width: 100%;
max-width: 834px;
position: relative;
z-index: 1;
}
#d-outside-full-top {
z-index: 1;
position: relative;
}
.d-leaderBoardAdContainer {
position: relative;
z-index: 2;
margin: 0 auto;
display: table;
margin-bottom: 12px;
}
#d-outside-left {
position: absolute;
top: 16px;
left: -8px;
transform: translateX(-100%);
}
#d-outside-right {
position: absolute;
top: 16px;
right: -8px;
transform: translateX(100%);
}
#d-overlay {
position: fixed;
top: 0;
z-index: 0;
right: 0;
left: 0;
bottom: 0;
}