mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add bd classes
This commit is contained in:
@@ -89,7 +89,7 @@ bootstrap:
|
||||
{% include navbar.html id="Documentation" %}
|
||||
</div>
|
||||
|
||||
<main class="bootstrap">
|
||||
<main class="bd-bootstrap">
|
||||
<section class="hero is-medium">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
@@ -127,10 +127,10 @@ bootstrap:
|
||||
<h3 class="subtitle is-3 has-text-centered pros-heading">
|
||||
Why choose <strong>Bulma</strong>
|
||||
</h3>
|
||||
<figure class="pros-icon">
|
||||
<figure class="bd-pros-icon">
|
||||
{% include svg/bulma-b.svg %}
|
||||
</figure>
|
||||
<div class="pros-list">
|
||||
<div class="bd-pros-list">
|
||||
{% for pro in page.bulma %}
|
||||
{%
|
||||
include pro.html
|
||||
@@ -147,10 +147,10 @@ bootstrap:
|
||||
<h3 class="subtitle is-3 has-text-centered pros-heading">
|
||||
Why choose <strong>Bootstrap</strong>
|
||||
</h3>
|
||||
<figure class="pros-icon">
|
||||
<figure class="bd-pros-icon">
|
||||
{% include svg/bootstrap-icon.svg %}
|
||||
</figure>
|
||||
<div class="pros-list">
|
||||
<div class="bd-pros-list">
|
||||
{% for pro in page.bootstrap %}
|
||||
{%
|
||||
include pro.html
|
||||
@@ -171,8 +171,8 @@ bootstrap:
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="comparison">
|
||||
<header class="comparison-header has-text-centered">
|
||||
<div class="bd-comparison">
|
||||
<header class="bd-comparison-header has-text-centered">
|
||||
<h2 class="title">
|
||||
Comparison table
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user