Skip to content

Commit 4c88033

Browse files
committed
docs: New logo
1 parent c9bd3f6 commit 4c88033

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

docs/angular-meteor/client/styles/main.less

+13-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body {
3636
}
3737

3838
.hero-unit {
39-
padding:100px 80px;
39+
padding:30px 80px;
4040
margin:0;
4141
background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(225,225,225,0) 21%, rgba(235,235,235,0) 81%, rgba(238,238,238,1) 100%); /* FF3.6+ */
4242
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(21%,rgba(225,225,225,0)), color-stop(81%,rgba(235,235,235,0)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
@@ -51,6 +51,18 @@ body {
5151
.container {
5252
text-align: center;
5353

54+
.main-logo {
55+
56+
width: 600px;
57+
height: 420px;
58+
margin: 0 auto;
59+
60+
img {
61+
width: 100%;
62+
height: auto;
63+
}
64+
}
65+
5466
.github {
5567
font-size: 35px;
5668
}

docs/angular-meteor/client/views/api/api.collection.html

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<do-nothing>
99
{{#markdown}}
1010

11+
# collection
12+
13+
1114

1215
{{/markdown}}
1316
</do-nothing>

docs/angular-meteor/client/views/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="hero-unit">
33
<div class="container">
44
<div class="main-logo">
5-
<img src="/images/meteor-angular-logo.png">
5+
<img src="/images/angular-meteor-logo.png">
66
</div>
77
<div>
88
<h1>Combining the best frameworks - FutureStack</h1>
Loading

0 commit comments

Comments
 (0)