diff --git a/aio/content/marketing/features.html b/aio/content/marketing/features.html index ce9f7041b7..8c990d30dc 100755 --- a/aio/content/marketing/features.html +++ b/aio/content/marketing/features.html @@ -9,18 +9,18 @@
-
Progressive Web Apps
+
Progressive Web Apps

Use modern web platform capabilities to deliver app-like experiences. High performance, offline, and zero-step installation.

-
Native
+
Native

Build native mobile apps with strategies from Ionic Framework, NativeScript, and React Native.

-
Desktop
+
Desktop

Create desktop-installed apps across Mac, Windows, and Linux using the same Angular methods you've learned for the web plus the ability to access native OS APIs.

@@ -34,17 +34,17 @@
-
Code Generation
+
Code Generation

Angular turns your templates into code that's highly optimized for today's JavaScript virtual machines, giving you all the benefits of hand-written code with the productivity of a framework.

-
Universal
+
Universal

Serve the first view of your application on node.js, .NET, PHP, and other servers for near-instant rendering in just HTML and CSS. Also paves the way for sites that optimize for SEO.

-
Code Splitting
+
Code Splitting

Angular apps load quickly with the new Component Router, which delivers automatic code-splitting so users only load code required to render the view they request.

@@ -58,17 +58,17 @@
-
Templates
+
Templates

Quickly create UI views with simple and powerful template syntax.

-
Angular CLI
+
Angular CLI

Command line tools: start building fast, add components and tests, then instantly deploy.

-
IDEs
+
IDEs

Get intelligent code completion, instant errors, and other feedback in popular editors and IDEs.

@@ -82,17 +82,17 @@
-
Testing
+
Testing

With Karma for unit tests, you can know if you've broken things every time you save. And Protractor makes your scenario tests run faster and in a stable manner.

-
Animation
+
Animation

Create high-performance, complex choreographies and animation timelines with very little code through Angular's intuitive API.

-
Accessibility
+
Accessibility

Create accessible applications with ARIA-enabled components, developer guides, and built-in a11y test infrastructure.

diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss index f6553aa78d..2b13300740 100644 --- a/aio/src/styles/1-layouts/_marketing-layout.scss +++ b/aio/src/styles/1-layouts/_marketing-layout.scss @@ -289,6 +289,10 @@ aio-shell { } } + .feature-section img { + max-width: 70px; + } + @media (max-width: 600px) { md-sidenav-container.sidenav-container { padding-top: 0; @@ -327,6 +331,13 @@ aio-shell { text-align: center; } } + + .feature-title { + font-size: 16px; + font-weight: 500; + margin: 8px 0px; + clear: both; + } } aio-shell:not(.view-SideNav) {