From 753efb8cc5361e4470dd9fdea7b4d855c74b9448 Mon Sep 17 00:00:00 2001 From: Peter Villani Date: Mon, 3 Sep 2018 15:40:54 +0200 Subject: [PATCH] Update styling.md --- docs/src/styling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/styling.md b/docs/src/styling.md index 781bd166..88e77392 100644 --- a/docs/src/styling.md +++ b/docs/src/styling.md @@ -77,14 +77,14 @@ docsearch({ ## Other considerations -Selected suggestion are wrapped in a `.ds-cursor` class. This means that you can +Selected suggestions are wrapped in a `.ds-cursor` class. This means that you can use `.ds-cursor .algolia-docsearch-suggestion--content` to style the selected suggestion for example. On small screens, DocSearch reverts to a single column layout, while the two-column layout shown in the screenshot is used on larger screens. You can -media queries (for example `@media (min-width: 768px) {}`) to target one or the -other display. +add media queries (for example `@media (min-width: 768px) {}`) to target different +displays. ## Advanced styling