diff --git a/_includes/css/responsive.css b/_includes/css/responsive.css index b104d27..39dd8f5 100644 --- a/_includes/css/responsive.css +++ b/_includes/css/responsive.css @@ -46,6 +46,10 @@ .license-body { width: calc(100% - 250px); } + + .hint--large::after{ + width: 150px; + } } /* iPads (portrait) ----------- */ @@ -162,6 +166,10 @@ .license-rules:not(.license-rules-sidebar) .license-limitations span { background-position: -14px 0; } + + .hint--large::after{ + width: 80px; + } } /* Smartphones (portrait) ----------- */