Skip to content

Commit

Permalink
Pull section headers out of row divs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jul 26, 2022
1 parent fd2fe72 commit 2721e69
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ <h1 class="card-title text-white">

<main class="card-body">
<div class="container">
<div class="row">
<h2 class="text-center mb-3">
About
</h2>
<h2 class="text-center mb-3">
About
</h2>

<div class="row">
<p class="card-text">
<strong>Vezel</strong> ("fezel") is a non-profit software organization founded in March of
2022 with a focus on creating and maintaining delightful developer-oriented software such as
Expand All @@ -92,11 +92,11 @@ <h2 class="text-center mb-3">

<hr />

<div class="row">
<h2 class="text-center mb-3">
Projects
</h2>
<h2 class="text-center mb-3">
Projects
</h2>

<div class="row">
<div class="col-md-4">
<div class="card h-100">
<div class="card-header text-center h-100">
Expand Down Expand Up @@ -214,11 +214,11 @@ <h5 class="card-title text-white my-2">

<hr />

<div class="row">
<h2 class="text-center mb-3">
Team
</h2>
<h2 class="text-center mb-3">
Team
</h2>

<div class="row">
<div class="col-md-4">
<div class="card h-100">
<div class="card-header text-center h-100">
Expand Down

0 comments on commit 2721e69

Please sign in to comment.