diff options
| author | Martijn Cuppens <[email protected]> | 2018-12-29 17:40:56 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-12-29 18:40:56 +0200 |
| commit | e7336e7d7f81b5461fa213dc78257aade47d8f78 (patch) | |
| tree | 97700d732a20a3e9b96e8ab015c83c861d5471f2 | |
| parent | c0dfda964fb6e283c778570ce0556e4f01e2817f (diff) | |
| download | bootstrap-e7336e7d7f81b5461fa213dc78257aade47d8f78.tar.xz bootstrap-e7336e7d7f81b5461fa213dc78257aade47d8f78.zip | |
Remove wrapping paragraph in readme (#27948)
| -rw-r--r-- | README.md | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -1,24 +1,24 @@ <p align="center"> <a href="https://getbootstrap.com/"> - <img src="https://getbootstrap.com/docs/4.2/assets/brand/bootstrap-solid.svg" alt="Bootstrap logo" width=72 height=72> + <img src="https://getbootstrap.com/docs/4.2/assets/brand/bootstrap-solid.svg" alt="Bootstrap logo" width="72" height="72"> </a> +</p> + +<h3 align="center">Bootstrap</h3> - <h3 align="center">Bootstrap</h3> - - <p align="center"> - Sleek, intuitive, and powerful front-end framework for faster and easier web development. - <br> - <a href="https://getbootstrap.com/docs/4.2/"><strong>Explore Bootstrap docs »</strong></a> - <br> - <br> - <a href="https://github.com/twbs/bootstrap/issues/new?template=bug.md">Report bug</a> - · - <a href="https://github.com/twbs/bootstrap/issues/new?template=feature.md&labels=feature">Request feature</a> - · - <a href="https://themes.getbootstrap.com/">Themes</a> - · - <a href="https://blog.getbootstrap.com/">Blog</a> - </p> +<p align="center"> + Sleek, intuitive, and powerful front-end framework for faster and easier web development. + <br> + <a href="https://getbootstrap.com/docs/4.2/"><strong>Explore Bootstrap docs »</strong></a> + <br> + <br> + <a href="https://github.com/twbs/bootstrap/issues/new?template=bug.md">Report bug</a> + · + <a href="https://github.com/twbs/bootstrap/issues/new?template=feature.md&labels=feature">Request feature</a> + · + <a href="https://themes.getbootstrap.com/">Themes</a> + · + <a href="https://blog.getbootstrap.com/">Blog</a> </p> |
