Skip to content

Commit f315575

Browse files
committed
Decrease preset description font-size on mobile
1 parent 2a59f11 commit f315575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide/11-theming.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ left and the dark-mode gradient on the right:
228228
```{=html}
229229
<style>
230230
@media (max-width: 576px) {
231-
.gd-preset-desc { font-size: 0.72em; }
231+
.gd-preset-desc { font-size: 0.6em; }
232232
.gd-preset-bar { height: 34px; font-size: 0.6em; }
233233
}
234234
</style>

0 commit comments

Comments
 (0)