Skip to content

Commit 6982722

Browse files
committed
remove logo zoom
1 parent c78aca9 commit 6982722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const config = {
265265
darkTheme: darkCodeTheme,
266266
},
267267
zoom: {
268-
selector: ':not(.mediaImage, .navbar__logo img)', // don't zoom these images
268+
selector: ':not(.mediaImage, .navbar__logo img, .logo)', // don't zoom these images
269269
background: {
270270
light: 'rgb(50, 50, 50)',
271271
dark: 'rgb(50, 50, 50)',

0 commit comments

Comments
 (0)