diff --git a/src/app/slash/slash.component.html b/src/app/slash/slash.component.html index f8e38d4..f7ff7f0 100644 --- a/src/app/slash/slash.component.html +++ b/src/app/slash/slash.component.html @@ -4,19 +4,19 @@ -
-
+
+
Develop anywhere; deploy everywhere.
-
+

Cross-platform

Build and release for multiple platforms, including:

-
    +
    • Windows
    • Linux
    • macOS
    • @@ -32,13 +32,13 @@

      Cross-platform

-
+

Multicloud

Deploy and manage across any of 50+ different public and private cloud providers, including:

-
    +
    • AWS
    • Microsoft Azure
    • Google Cloud
    • @@ -54,12 +54,12 @@

      Multicloud

-
+

Machine Learning and Artificial Intelligence

Meta-framework built supporting:

-
    +
    • TensorFlow
    • Keras
    • PyTorch
    • @@ -76,13 +76,13 @@

      Machine Learning and Artificial Intelligence

-
+

Multilingual compilers

Automatically translate code between languages. Speedup code creation, improve consistency, and increase doc & test coverage.

-
    +
    • Swift (iOS)
    • Java (Android)
    • Kotlin (Android)
    • @@ -95,7 +95,7 @@

      Multilingual compilers

-
+

Multicluster

Deploy, manage, and maintain multiple Docker containers at scale with Kubernetes.

@@ -103,13 +103,13 @@

Multicluster

Major C++ contributions to Mesos, and major Go contributions to Kubernetes.

-
+

100% open source

(Apache-2.0 OR MIT) licensed. Totally free.

-
    +
    • 609 repos on GitHub
      @@ -169,11 +169,11 @@

      100% open source

      diff --git a/src/assets/styles/flex.scss b/src/assets/styles/flex.scss index 92df24e..720bf62 100644 --- a/src/assets/styles/flex.scss +++ b/src/assets/styles/flex.scss @@ -31,6 +31,10 @@ max-width: 33%; } +.width-pc-33-lt-md-100 { + max-width: 33%; +} + .width-pc-50 { max-width: 50%; } @@ -47,6 +51,7 @@ section { padding: 0; + margin: 0; } #github-logo { @@ -68,11 +73,29 @@ .width-pc-50-lt-md-100 { max-width: 100%; } + + .width-pc-33-lt-md-100 { + max-width: 100%; + } + + .gt-md-padding-right-100px { + padding-right: 0; + } } /* gt-md */ @media screen and (min-width: 1280px) { + .gt-md-padding-right-100px { + padding-right: 100px; + } + .gt-md-width-pc-50 { max-width: 50%; } + + .padding-pc-18-gt-md { + padding: 0 18% + } + + }