Skip to content

Commit 1b41a69

Browse files
committed
Added margin for about header
1 parent 6971928 commit 1b41a69

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>DevSpot</title>
6-
<base href="/" />
6+
<base href="/devspot/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/x-icon" href="favicon.ico" />
99
<link

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ app-root,
245245
align-items: center;
246246
justify-content: center;
247247
text-align: center;
248+
margin-bottom: 4rem;
248249

249250
h2 {
250251
font-size: 3.4rem;
@@ -549,7 +550,6 @@ app-root,
549550
}
550551
}
551552

552-
553553
.app-contact {
554554
display: flex;
555555
flex-direction: column;

0 commit comments

Comments
 (0)