Skip to content

Commit

Permalink
padding: 10px;
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Jan 21, 2025
1 parent 4dfabca commit dbcb507
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles/awcc.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ section.titleslide h1 {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3); }

.reveal code {
border-radius: 10px;
border-radius: 5px;
background: #b9b6b6;
font-family: monospace;
text-transform: none;
Expand All @@ -234,11 +234,12 @@ section.titleslide h1 {

.reveal pre code {
display: block;
padding: 3px;
padding: 10px;
overflow: auto;
max-height: 550px;
word-wrap: normal;
background: #b9b6b6;}
background: #b9b6b6;
}

.reveal .code-wrapper {
white-space: normal;
Expand Down

0 comments on commit dbcb507

Please sign in to comment.