We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac833e commit 2070176Copy full SHA for 2070176
index.html
@@ -12,7 +12,7 @@
12
<body>
13
<section class="page-header">
14
<a href="https://PatrickJS.com" target="_blank">
15
- <img src="media/new/awesome-angular.png" alt="Awesome Angular 2">
+ <img class="project-logo" src="media/new/awesome-angular.png" alt="Awesome Angular 2">
16
<h1 class="project-name">Awesome Angular</h1>
17
<h2 class="project-tagline">A curated list of awesome Angular resources</h2>
18
<a href="https://github.com/PatrickJS/awesome-angular" class="btn">View on GitHub</a>
stylesheets/stylesheet.css
@@ -82,6 +82,10 @@ a {
82
.page-header a {
83
color: #fff; } }
84
85
+.project-logo {
86
+ max-width: 900px;
87
+ width: 100%; }
88
+
89
.project-name {
90
margin-top: 0;
91
margin-bottom: 0.1rem; }
0 commit comments