Skip to content

Commit 7436e7a

Browse files
authored
Merge pull request #13 from node-girls-australia/fontend-updates
added favicon. updated css
2 parents 50d3806 + d64cf80 commit 7436e7a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>My first Node.js blog!</title>
7+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
78
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700' rel='stylesheet' type='text/css'>
89
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
10+
911
<link href="main.css" rel="stylesheet">
1012
</head>
1113
<body>

public/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ footer {
5151
}
5252

5353
footer div.social-media {
54-
color: white !important;
54+
color: #fff;
5555
margin-bottom: 10px;
5656
}
5757

@@ -112,7 +112,7 @@ h2 {
112112

113113

114114
div.entry-container {
115-
padding: 20px !important;
115+
padding: 20px;
116116
}
117117

118118
div.entry-container textarea {

0 commit comments

Comments
 (0)