Skip to content

Commit b7832d4

Browse files
committed
Increase sponsor hover CTA text size
1 parent 4244ebd commit b7832d4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

theme/pagetoc.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,14 @@
215215
margin-top: 0;
216216
margin-bottom: 4px;
217217
padding: 7px 10px;
218-
font-size: 1rem;
218+
box-sizing: border-box;
219+
max-width: 100%;
220+
overflow: hidden;
221+
text-overflow: ellipsis;
222+
white-space: nowrap;
223+
font-size: 1.08rem;
219224
font-weight: 700;
220-
line-height: 1.2;
225+
line-height: 1.1;
221226
}
222227
.sidesponsor-bsa {
223228
max-height: 40%;

0 commit comments

Comments
 (0)