Skip to content

Commit e48a8e4

Browse files
committed
Formatting, upload photos
1 parent 0d03a7e commit e48a8e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/images/bread.jpg

4.03 MB
Loading

public/images/motorcycle.jpg

640 KB
Loading

src/components/Header.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.header {
22
background-color: #7213ad;
3-
padding-top: 1em;
4-
padding-bottom: 0.5em;
3+
padding: 1em 0em 0.5em 0em;
54
width: 100%;
65
box-sizing: border-box;
76
height: auto;

src/components/MarkdownProjectLayout.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ img+em {
2727
height: 100%;
2828
}
2929

30-
.md-slot p,
31-
.md-slot li {
30+
p,
31+
li,
32+
em {
3233
line-height: 1.5em;
3334
}
3435

0 commit comments

Comments
 (0)