diff options
author | Mario <mario@mariovavti.com> | 2021-02-15 18:42:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-15 18:42:21 +0000 |
commit | ad0b0364b81c04423e02edd596ebbb5b9b748624 (patch) | |
tree | 84cf18667bbb416b088fdba9eec90679c74418d8 /vendor/twbs/bootstrap/site/data/breakpoints.yml | |
parent | e8c2e17bc901ab139377e759f5ef931f8649b8c1 (diff) | |
download | volse-hubzilla-ad0b0364b81c04423e02edd596ebbb5b9b748624.tar.gz volse-hubzilla-ad0b0364b81c04423e02edd596ebbb5b9b748624.tar.bz2 volse-hubzilla-ad0b0364b81c04423e02edd596ebbb5b9b748624.zip |
missing files
Diffstat (limited to 'vendor/twbs/bootstrap/site/data/breakpoints.yml')
-rw-r--r-- | vendor/twbs/bootstrap/site/data/breakpoints.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/data/breakpoints.yml b/vendor/twbs/bootstrap/site/data/breakpoints.yml new file mode 100644 index 000000000..3c8cfe293 --- /dev/null +++ b/vendor/twbs/bootstrap/site/data/breakpoints.yml @@ -0,0 +1,29 @@ +- breakpoint: xs + abbr: "" + name: Extra small + min-width: 0px + container: "" + +- breakpoint: sm + abbr: -sm + name: Small + min-width: 576px + container: 540px + +- breakpoint: md + abbr: -md + name: Medium + min-width: 768px + container: 720px + +- breakpoint: lg + abbr: -lg + name: Large + min-width: 992px + container: 960px + +- breakpoint: xl + abbr: -xl + name: Extra large + min-width: 1200px + container: 1140px |