diff --git a/src/_styles/website.css b/src/_styles/website.css index 223b640..db2c0cf 100644 --- a/src/_styles/website.css +++ b/src/_styles/website.css @@ -30,6 +30,12 @@ } /* For hints Plguin */ + +.hints-container { + /* To be fitted */ + padding-right: 15px; +} + .hints-alert { word-break: break-word; }