diff --git a/.gitignore b/.gitignore index 173454b..8cefee3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ *.iml out gen +.sass-cache/ \ No newline at end of file diff --git a/_layouts/splash.html b/_layouts/splash.html index 886c7f3..b57d8f6 100644 --- a/_layouts/splash.html +++ b/_layouts/splash.html @@ -187,9 +187,11 @@

Platforms

Cisco Network Convergence System 5500 Series

-

The Network Convergence System (NCS) 5500 Series offers industry-leading density of routed 100 GE - ports for high-scale WAN aggregation. It is designed to efficiently scale between data centers and - large enterprise, web, and service provider WAN and aggregation networks.

+
+

The Network Convergence System (NCS) 5500 Series offers industry-leading density of routed 100 GE + ports for high-scale WAN aggregation. It is designed to efficiently scale between data centers and + large enterprise, web, and service provider WAN and aggregation networks.

+
Explore @@ -200,10 +202,12 @@

Cisco Network Convergence System 5500 Series

Cisco Network Aggregation Services Routers 9000 Series

-

High performance routers built to serve demanding edge markets - Edge networks serve billions of devices. You need feature rich routers - that economically scale with bandwidth demand. The ASR 9000 series is your edge routing device - capable of supporting the application performance required to power 5G service needs.

+
+

High performance routers built to serve demanding edge markets + Edge networks serve billions of devices. You need feature rich routers + that economically scale with bandwidth demand. The ASR 9000 series is your edge routing device + capable of supporting the application performance required to power 5G service needs.

+
Explore diff --git a/css_new/cisco.css b/css_new/cisco.css index 56696be..2d26ba0 100644 --- a/css_new/cisco.css +++ b/css_new/cisco.css @@ -311,6 +311,9 @@ ul.splide__list { background-color: #00bceb; box-shadow: -7px 7px 18px 0 rgba(0, 0, 0, 0.2); } +.platform-description { + height: 240px; +} .box-heading { position: absolute; margin: 0; @@ -424,7 +427,6 @@ ul.splide__list { padding: 80px 10px 40px; } } - @media screen and (max-width: 991px) { .container{ max-width: 728px; @@ -544,10 +546,10 @@ ul.splide__list { padding: 5px; } /* Hero */ -.hero-section { - padding: 144px 40px; - border-bottom-style: none; - } + .hero-section { + padding: 144px 40px; + border-bottom-style: none; + } /* Spotlight Section */ .spotlight-text-box { float: none; @@ -560,6 +562,10 @@ ul.splide__list { display: block; width: 100% } +/* Platform Section */ + .platform-description { + height: 370px; + } /* Design Section */ .designs-section { padding-right: 40px; @@ -576,6 +582,7 @@ ul.splide__list { padding-left: 40px; } } + @media screen and (max-width: 768px) { .container { max-width: 620px; @@ -625,6 +632,10 @@ ul.splide__list { .transparent p { margin: 10px 0; } + .platform-description { + height: 400px; + overflow-y: auto; + } /* CTA Section */ .cta-section { padding: 50px 0 @@ -726,6 +737,9 @@ ul.splide__list { .box-heading { width: 220px; } + .platform-description { + height: 100%; + } /* Design Section */ .button.dark-blue-bg { margin: 30px auto 0;