diff --git a/assets/docs.css b/assets/docs.css index 851b482c..27305822 100644 --- a/assets/docs.css +++ b/assets/docs.css @@ -11,6 +11,12 @@ margin: 0 4px; } +.header pre{ + background-color: rgba(32, 32, 32, .3); + padding: 8px; + max-width: 320px; + margin: 12px auto; +} .no-wrap { white-space: nowrap; diff --git a/index.html b/index.html index dbb4a8d8..d79deec4 100644 --- a/index.html +++ b/index.html @@ -35,21 +35,24 @@
+
A collection of all country flags in SVG — plus the CSS for easier integration.
-All flags are in 1x1 and 4x3 formats only.
+All flags are in 1x1 and 4x3 formats only.
+yarn add flag-icon-css --dev+
For more instructions check out GitHub.
View on GitHub Download +