Skip to content

Commit fcf238e

Browse files
authored
Merge pull request YurisCodingClub#24 from ShishuSidharth/main
Space added to make main content visible
2 parents 1fa8b54 + 3723d9f commit fcf238e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ nav {
77
width: 100%;
88
background-color: slategrey;
99
}
10+
1011
.logo {
1112
flex: 1;
1213
margin: auto;

src/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ code {
1111
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
1212
monospace;
1313
}
14+
h1{
15+
margin-top:50px;
16+
}

0 commit comments

Comments
 (0)