Skip to content

Commit

Permalink
fix(@schematics/angular): fix youtube icon margin
Browse files Browse the repository at this point in the history
(cherry picked from commit 9ea34ba)
  • Loading branch information
OmarioHassan authored and alan-agius4 committed Mar 15, 2021
1 parent d493bb5 commit 3d6ad81
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -58,7 +58,7 @@

.toolbar #youtube-logo {
height: 40px;
margin-left: 16px;
margin: 0 16px;
}

.toolbar #twitter-logo:hover,
Expand Down Expand Up @@ -512,4 +512,4 @@


<% if (routing) { %>
<router-outlet></router-outlet><% } %>
<router-outlet></router-outlet><% } %>

0 comments on commit 3d6ad81

Please sign in to comment.