Skip to content

Commit

Permalink
begun converting the static site to a wp theme
Browse files Browse the repository at this point in the history
  • Loading branch information
darmag12 committed Sep 5, 2024
1 parent 1768df8 commit d7df7e1
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ p {
/* Text mod */
.text--mod {
color: var(--secondary-color);
padding: 2px 10px;
padding: 2px 6px;
background-color: #fff4f060;
font-style: oblique;
}
Expand Down
Empty file added functions.php
Empty file.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h2 class="pricing__title">Pricing</h2>
<ul class="list-group list-group-flush">
<li class="list-group-item">Unlimited Group | $99</li>
<li class="list-group-item">Unlimited Group + 2 private studio/virtual | $250</li>
<li class="list-group-item">Unlimited Group + 4 private studio/virtual $430</li>
<li class="list-group-item">Unlimited Group + 4 private studio/virtual | $430</li>
</ul>
</div>

Expand Down
Loading

0 comments on commit d7df7e1

Please sign in to comment.