Skip to content

Commit d1781e5

Browse files
committed
chore: address review comments - resize icon and remove dead code
1 parent 73150f7 commit d1781e5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/app/app.component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
}
4242

4343
.github-button img {
44-
margin-right: 20px;
45-
height: 35px;
44+
margin-right: 10px;
45+
height: 30px;
4646
width: auto;
4747
transition: transform 0.2s;
4848
}

src/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<link rel="preconnect" href="https://fonts.gstatic.com" />
1111
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet" />
1212
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet" />
13-
<!-- <link rel="stylesheet"
14-
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" /> -->
1513
</head>
1614

1715
<body>

0 commit comments

Comments
 (0)