Skip to content

Commit a80a625

Browse files
committed
Tune sponsor hover text and CTA size
1 parent 2afd074 commit a80a625

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

theme/pagetoc.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
max-height: 100%;
196196
margin-top: 0;
197197
margin-bottom: 0;
198+
font-size: calc(1em - 1px);
198199
overflow: auto;
199200
overscroll-behavior: contain;
200201
}
@@ -213,9 +214,9 @@
213214
grid-area: sponsor-cta;
214215
margin-top: 0;
215216
margin-bottom: 4px;
216-
padding: 4px 6px;
217-
font-size: 0.9rem;
218-
line-height: 1.1;
217+
padding: 6px 8px;
218+
font-size: 0.95rem;
219+
line-height: 1.15;
219220
}
220221
.sidesponsor-bsa {
221222
max-height: 40%;

0 commit comments

Comments
 (0)