mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-22 05:51:52 +00:00
fix spacing between sections
This commit is contained in:
parent
ea3c824e21
commit
187dc23838
1 changed files with 11 additions and 13 deletions
|
|
@ -17,21 +17,19 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<article>
|
||||
<section>
|
||||
<h2 class="md-headline">Browser Support</h2>
|
||||
|
||||
<section>
|
||||
<p>Vue Material supports the latest version of all Browsers. This means:</p>
|
||||
<ul>
|
||||
<li>Google Chrome 50+</li>
|
||||
<li>Firefox 48+</li>
|
||||
<li>Safari 9+</li>
|
||||
<li>Opera 40+</li>
|
||||
<li>IE 11</li>
|
||||
<li>Edge</li>
|
||||
</ul>
|
||||
</section>
|
||||
</article>
|
||||
<p>Vue Material supports the latest version of all Browsers. This means:</p>
|
||||
<ul>
|
||||
<li>Google Chrome 50+</li>
|
||||
<li>Firefox 48+</li>
|
||||
<li>Safari 9+</li>
|
||||
<li>Opera 40+</li>
|
||||
<li>IE 11</li>
|
||||
<li>Edge</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 class="md-headline">Credits and Thanks</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue