Skip to content

Commit 2bb0472

Browse files
committed
Corrects right align for github
1 parent 087a289 commit 2bb0472

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

01_input.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Exercise 1: Counting coin
22

3-
<div style="text-align: right"> Khajiit has knowledge... if you have coin.</div>
3+
<p align="right">
4+
Khajiit has knowledge... if you have coin.
5+
</p>
46

57
---
68
## What you'll do:

02_switch.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Exercise 2: The day after
22

3-
<div style="text-align: right">The 14th of January is World Logic Day.</div>
4-
3+
<p align="right">
4+
The 14th of January is World Logic Day.
5+
</p>
56

7+
----
68
## What you'll do:
79

810
Create a module that takes as inputs a date, consisting of:

0 commit comments

Comments
 (0)