Skip to content

Commit 41fc3bc

Browse files
authored
Change h1 text alignment from center to left
1 parent 0bee092 commit 41fc3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body {
3434
padding-bottom: 80px;
3535
}
3636
h1{
37-
text-align: center;
37+
text-align: left;
3838
}
3939
a {
4040
padding: var(--space);

0 commit comments

Comments
 (0)