Skip to content

Commit

Permalink
shrink font for code
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-23-gill committed Jan 18, 2024
1 parent 719fd6f commit 6be7bf5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/Intro_to_R_data_analysis_part_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@
.reveal pre code {
background-color: #d5d5d5 !important;
color: #333 !important;
font-size: 1.5em !important; }
font-size: 1.25em !important; }

.reveal pre code {
text-align: left !important;
Expand Down Expand Up @@ -2600,8 +2600,7 @@ <h2>Part 1:</h2>
<li>Variables</li>
<li>Types &amp; data structures</li>
<li>Math and logic operations</li>
<li>Functions and libraries</li>
<li>Reading data into R</li>
<li>Functions and packages</li>
</ol>
</section>
<section>
Expand Down Expand Up @@ -2820,7 +2819,7 @@ <h2>Exercise 2: Data Types and Structures</h2>
<section id="min-break" class="title-slide slide level1">
<h1>10 min break</h1>
<center>
<div class="countdown" id="timer_386e6f50" data-update-every="1" tabindex="0" style="right:0;bottom:0;margin:5%;padding:50px;font-size:5em;position: relative; width: min-content;">
<div class="countdown" id="timer_cfe51d43" data-update-every="1" tabindex="0" style="right:0;bottom:0;margin:5%;padding:50px;font-size:5em;position: relative; width: min-content;">
<div class="countdown-controls"><button class="countdown-bump-down">−</button><button class="countdown-bump-up">+</button></div>
<code class="countdown-time"><span class="countdown-digits minutes">10</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
</div>
Expand Down

0 comments on commit 6be7bf5

Please sign in to comment.