Skip to content

Commit

Permalink
fonts amended on style.css and content of headings on dates.html tabl…
Browse files Browse the repository at this point in the history
…e re worded
  • Loading branch information
markj0hnst0n committed May 30, 2020
1 parent ce705eb commit 7b9c793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ section a:hover{
}

.audio-headings{
font-family: "Mukta", sans-serif;
font-family: "Lato", sans-serif;
}

.faux-audio{
Expand All @@ -127,7 +127,7 @@ section a:hover{
/*-- Table layout help from https://www.w3schools.com/cssref/pr_tab_table-layout.asp */

#table-heading{
font-family: "Sriracha", sans-serif;
font-family: "Lato", sans-serif;
color: #000;
margin-top: 150px;
text-align: center;
Expand Down Expand Up @@ -170,7 +170,7 @@ section a:hover{
}

.contact-form-heading{
font-family: 'Sriracha', sans-serif;
font-family: 'Lato', sans-serif;
margin-bottom: 30px;
color: #000;
}
Expand Down
2 changes: 1 addition & 1 deletion dates.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="row">
<div class="col-xl"></div>
<div class="col-xl">
<h2 id="table-heading" class="text-color">Check out this table to find out where we're playing in the next month!</h2>
<h2 id="table-heading" class="text-color">Upcoming Gigs!</h2>
<table class="dates-table">
<tr>
<th>Venue</th>
Expand Down

0 comments on commit 7b9c793

Please sign in to comment.