Commit 65584f53a123e37feef6e04d6f1f041e3d86c05f
1 parent
ba6fe98c
Exists in
master
Fix the example of center text alignment.
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
content.yml
... | ... | @@ -301,9 +301,11 @@ home: |
301 | 301 | |
302 | 302 | - title: What does this do? |
303 | 303 | content: | |
304 | - <p class="text-center">The tool helps computing your travel carbon footprint | |
305 | - for a **round trip** from a given location, | |
304 | + <p class="text-center"> | |
305 | + The tool helps computing your travel carbon footprint | |
306 | + for a <strong>round trip</strong> from a given location, | |
306 | 307 | for a set of visited cities. |
308 | + </p> | |
307 | 309 | |
308 | 310 | Similarly, the tool allows to compute the travel footprint |
309 | 311 | of a conference, meeting... (the originating city of each | ... | ... |