blob: ee187e945a3d062c5cf4c3609654710306399266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.clear-both {
clear: both;
}
.sidebar-sponsor {
display: flex;
justify-content: center;
padding: 0.4rem var(--sidebar-item-spacing-horizontal) 0.6rem;
}
.sidebar-sponsor iframe {
border: 0;
border-radius: 6px;
}
|