Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ducktordanny committed Sep 7, 2023
1 parent 688a25f commit 4e89b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
h1, h2, h3, h4, h5, h6 {
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
text-transform: none;
}

img {
.reveal img {
max-height: 400px;
max-width: 500px;
border-radius: 8px;
}

code {
.reveal code {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 8px;
padding: 0 8px;
Expand Down

0 comments on commit 4e89b32

Please sign in to comment.