Skip to content

Commit

Permalink
Change Table Caption Size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcapstick committed Nov 2, 2023
1 parent a11c13e commit 4950922
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
24 changes: 9 additions & 15 deletions css/one-page-wonder.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ footer {


caption {
font-size: 14px;
font-size: 16px;
}


Expand Down Expand Up @@ -333,6 +333,10 @@ footer {
font-size: 16px;
}

caption {
font-size: 16px;
}


}

Expand All @@ -359,9 +363,6 @@ footer {
}


caption {
font-size: 11px;
}

.brand-logo-image {
height: 1.5em;
Expand All @@ -382,10 +383,6 @@ footer {



caption {
font-size: 10px;
}

.staff-image-list {
gap: 1%
}
Expand Down Expand Up @@ -430,6 +427,10 @@ footer {
font-size: 16px;
}

caption {
font-size: 16px;
}

.staff-names {
font-size: 10px;
}
Expand All @@ -447,9 +448,6 @@ footer {
}


caption {
font-size: 10px;
}

}

Expand All @@ -465,10 +463,6 @@ footer {
}


caption {
font-size: 9px;
}

}

@media (max-width: 375px) {
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ <h3 class="featurette-heading">Schedule</h3>

<caption>Week 2 - Starting Monday 22nd January</caption>


<tr>
<th style='width:8%'>Date</th>
<th style='width:15%'>Time</th>
Expand Down

0 comments on commit 4950922

Please sign in to comment.