Skip to content

Commit 2070176

Browse files
Yongjun042박용준
and
박용준
authored
fix: Reduce the size of new logo (#562)
Co-authored-by: 박용준 <[email protected]>
1 parent 6ac833e commit 2070176

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<section class="page-header">
1414
<a href="https://PatrickJS.com" target="_blank">
15-
<img src="media/new/awesome-angular.png" alt="Awesome Angular 2">
15+
<img class="project-logo" src="media/new/awesome-angular.png" alt="Awesome Angular 2">
1616
<h1 class="project-name">Awesome Angular</h1>
1717
<h2 class="project-tagline">A curated list of awesome Angular resources</h2>
1818
<a href="https://github.com/PatrickJS/awesome-angular" class="btn">View on GitHub</a>

stylesheets/stylesheet.css

+4
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ a {
8282
.page-header a {
8383
color: #fff; } }
8484

85+
.project-logo {
86+
max-width: 900px;
87+
width: 100%; }
88+
8589
.project-name {
8690
margin-top: 0;
8791
margin-bottom: 0.1rem; }

0 commit comments

Comments
 (0)