docs fixes

This commit is contained in:
codecalm
2020-02-16 21:30:44 +01:00
parent 812538ad45
commit 0746172c7d
42 changed files with 277 additions and 278 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ plugin: flags
done: true
---
### Flag
## Flag
{% capture code %}
{% include ui/flag.html flag="tg" class="mr-1" %}
@@ -14,7 +14,7 @@ done: true
{% endcapture %}
{% include example.html code=code %}
### Flag sizes
## Flag sizes
Using Bootstraps typical naming structure, you can create a standard flag, or scale it up to different sizes based on whats needed.
@@ -26,7 +26,7 @@ Using Bootstraps typical naming structure, you can create a standard flag, or
{% endcapture %}
{% include example.html code=code %}
### Types
## Types
To set the flag of the country you want add a class `flag-(country name)`. For example to create a flag of Andorra your class should look like this: `.flag-ad`.