Skip to content

Commit 693adcf

Browse files
committed
formatting consistency improved, max-width added to prevent img stretching
1 parent 703824c commit 693adcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fetch/programmer-humour/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ body {
33
background: #f4f4f4;
44
margin: 0;
55
padding: 20px;
6+
line-height: 1.6;
67
}
78

89
h1 {
@@ -13,7 +14,8 @@ h1 {
1314
display: flex;
1415
flex-direction: column;
1516
align-items: center;
16-
margin-top: 20px;
17+
max-width: 900px;
18+
margin: 20px auto;
1719
}
1820

1921
#comic-container img {

0 commit comments

Comments
 (0)