Skip to content

Commit af73c21

Browse files
committed
Remove font-size from header h1
1 parent d418f7f commit af73c21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ header {
4848

4949
header h1 {
5050
margin: 0;
51-
font-size: 2rem;
51+
5252
text-align: center;
5353
}
5454

@@ -92,7 +92,7 @@ footer {
9292
position: fixed;
9393
bottom: 0;
9494
text-align: center;
95-
border-top: 1px soild black;
95+
border-top: 1px solid black;
9696
width: 100%;
9797
}
9898
/* ====== Articles Grid Layout ====

0 commit comments

Comments
 (0)