diff --git a/aio/content/marketing/contribute.html b/aio/content/marketing/contribute.html index 3cca5037ab..be14eb4b70 100644 --- a/aio/content/marketing/contribute.html +++ b/aio/content/marketing/contribute.html @@ -2,61 +2,67 @@

Contribute to Angular

-
-

Angular Projects

+
+
-

We'd love for you to contribute to our source code and to make Angular projects even better.

+

Angular Projects

-
-
-

Angular

+

We'd love for you to contribute to our source code and to make Angular projects even better.

- Angular is a next generation mobile and desktop application development platform. +
+
+

Angular

-
- - Contribute - -
+ Angular is a next generation mobile and desktop application development platform. -
-
-

Angular CLI

- - Angular CLI makes it easy to create an application that already works, right out of the box. It already follows our best practices. +
+ + Contribute +
- - Contribute - -
+
+
+

Angular CLI

-
-
-

Angular Material

+ Angular CLI makes it easy to create an application that already works, right out of the box. + It already follows our best practices. - Our goal is to deliver a lean, lightweight set of Angular-based UI elements that implement the material design specification - for use in Angular single-page applications (SPAs). +
+ + Contribute +
- - Contribute - -
+
+
+

Angular Material

-
-
-

AngularFire

+ Our goal is to deliver a lean, lightweight set of Angular-based UI elements that implement the material design + specification for use in Angular single-page applications (SPAs). - AngularFire is the officially supported Angular binding for Firebase. Firebase is a full backend so you don't need servers - to build your Angular app. +
+ + Contribute +
- - Contribute - -
+
+
+

AngularFire

+ + AngularFire is the officially supported Angular binding for Firebase. + Firebase is a full backend so you don't need servers to build your Angular app. + +
+ + + Contribute + +
+ +
diff --git a/aio/src/styles/2-modules/_contribute.scss b/aio/src/styles/2-modules/_contribute.scss index c6ab9bcc04..ee4ecc4ceb 100644 --- a/aio/src/styles/2-modules/_contribute.scss +++ b/aio/src/styles/2-modules/_contribute.scss @@ -13,7 +13,8 @@ > :first-child { margin-right: 2rem; - width: 60%; + width: 67%; + @media (max-width: 600px) { width: 100%; }