Skip to content

Commit

Permalink
Update Table with Files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcapstick committed Dec 29, 2023
1 parent 7203838 commit 5e16ba6
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 113 deletions.
1 change: 0 additions & 1 deletion css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ hr {

p {
margin: 0 0 10px;
font-size: var(--text-font-size);
}

.lead {
Expand Down
61 changes: 11 additions & 50 deletions css/one-page-wonder.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,19 +153,10 @@ textarea {
margin-top: 10px;
}

.featurette>h4,
.featurette>p,
.featurette>ul,
.featurette>ol,
.featurette>button,
ul,
ol,
p,
button {
.featurette {
font-size: 18px;
}


.github-icon-container {
word-wrap: nowrap;
display: inline-block;
Expand Down Expand Up @@ -220,6 +211,11 @@ tr:nth-child(odd) {
background-color: var(--table-tile-colour);
}

.schedule-table>ul {
list-style-type: none;
padding: 0em;
}

caption {
font-size: 16px;
font-weight: bold;
Expand Down Expand Up @@ -260,16 +256,8 @@ footer {
font-size: 27px;
}

.featurette>h4,
.featurette>ul,
.featurette>ol,
.featurette>p,
.featurette>button,
h4,
ul,
ol,
p,
button {

.featurette {
font-size: 16px;
}

Expand Down Expand Up @@ -303,16 +291,7 @@ footer {
font-size: 21px;
}

.featurette>h4,
.featurette>p,
.featurette>ul,
.featurette>ol,
.featurette>button,
h4,
ul,
ol,
p,
button {
.featurette {
font-size: 16px;
}

Expand Down Expand Up @@ -364,16 +343,7 @@ footer {
font-size: 21px;
}

.featurette>h4,
.featurette>p,
.featurette>ul,
.featurette>ol,
.featurette>button,
h4,
ul,
ol,
p,
button {
.featurette {
font-size: 16px;
}

Expand Down Expand Up @@ -466,16 +436,7 @@ footer {
font-size: 18px;
}

.featurette>h4,
.featurette>p,
.featurette>ul,
.featurette>ol,
.featurette>button,
ul,
ol,
h4,
p,
button {
.featurette {
font-size: 16px;
}

Expand Down
Loading

0 comments on commit 5e16ba6

Please sign in to comment.