diff --git a/sass/_switch.scss b/sass/_switch.scss index bec9f60..31ee4a7 100644 --- a/sass/_switch.scss +++ b/sass/_switch.scss @@ -3,6 +3,10 @@ display: inline-block; width: 60px; height: 34px; + @media screen and (max-width: 768px) { + height: 24px; + width: 53px; + } } /* Hide default HTML checkbox */ @@ -35,6 +39,10 @@ background-color: $white; -webkit-transition: 0.4s; transition: 0.4s; + @media screen and (max-width: 768px) { + height: 16px; + width: 16px; + } } input:checked + .slider { diff --git a/sass/_toggle.scss b/sass/_toggle.scss index eb94d55..7228f2b 100644 --- a/sass/_toggle.scss +++ b/sass/_toggle.scss @@ -1,8 +1,10 @@ .toggle { background: $white; color: $navy; - text-align: center; - font-weight: lighter; - font-size: 0.9rem; - margin-top: 1.2rem; + text-align: left; + font-size: 0.8rem; + margin-top: 50%; + @media screen and (max-width: 768px) { + margin-top: 0%; + } } diff --git a/sass/main.scss b/sass/main.scss index 9ac1cbc..51220a4 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -106,4 +106,4 @@ img.rh-logo { @media screen and (max-width: 990px) { display: none; } -} \ No newline at end of file +} diff --git a/templates/ansible-prior-versions.html b/templates/ansible-prior-versions.html index 800d276..ce0d8a4 100644 --- a/templates/ansible-prior-versions.html +++ b/templates/ansible-prior-versions.html @@ -10,15 +10,17 @@

{{ pages.archive.community.title }}

{{ pages.archive.community.intro }}

{{ pages.feedback }}

+
-

- {{ pages.take_me_back }} -

- +
+

{{ pages.take_me_back }}

+ +
+
{{ pages.archive.community.v_2_6 }} diff --git a/templates/automation-tower-chinese-translations.html b/templates/automation-tower-chinese-translations.html index 1ea5989..0f83ecb 100644 --- a/templates/automation-tower-chinese-translations.html +++ b/templates/automation-tower-chinese-translations.html @@ -11,15 +11,17 @@

{{ pages.translations.tower_zh.title }}

{{ pages.translations.tower_zh.text }}

+
-

- {{ pages.take_me_back }} -

- +
+

{{ pages.take_me_back }}

+ +
+
Automation Controller Version 4.3.0 (Supported)
diff --git a/templates/automation-tower-japanese-translations.html b/templates/automation-tower-japanese-translations.html index e6af04f..182210a 100644 --- a/templates/automation-tower-japanese-translations.html +++ b/templates/automation-tower-japanese-translations.html @@ -11,15 +11,17 @@

{{ pages.translations.tower_ja.title }}

{{ pages.translations.tower_ja.text }}

+
-

- {{ pages.take_me_back }} -

- +
+

{{ pages.take_me_back }}

+ +
+
Automation Controller Version 4.3.0 (Supported)
diff --git a/templates/automation-tower-korean-translations.html b/templates/automation-tower-korean-translations.html index dcc61f3..fa052fb 100644 --- a/templates/automation-tower-korean-translations.html +++ b/templates/automation-tower-korean-translations.html @@ -11,15 +11,17 @@

{{ pages.translations.tower_ko.title }}

{{ pages.translations.tower_ko.text }}

+
-

- {{ pages.take_me_back }} -

- +
+

{{ pages.take_me_back }}

+ +
+
Automation Controller Version 4.3.0 (Supported)
diff --git a/templates/automation-tower-prior-versions.html b/templates/automation-tower-prior-versions.html index ccfdd4a..f9fcc64 100644 --- a/templates/automation-tower-prior-versions.html +++ b/templates/automation-tower-prior-versions.html @@ -10,15 +10,17 @@

{{ pages.archive.platform.title }}

{{ pages.archive.platform.intro }}

+
-

- {{ pages.take_me_back }} -

- +
+

{{ pages.take_me_back }}

+ +
+
{{ pages.archive.platform.v_4_2_0 }} diff --git a/templates/community.html b/templates/community.html index ce2b0af..76f8d64 100644 --- a/templates/community.html +++ b/templates/community.html @@ -10,15 +10,17 @@

{{ pages.community.title }}

{{ pages.community.intro }}

+
-

- {{ pages.take_me_back }} -

- +
+

{{ pages.take_me_back }}

+ +
+

{{ pages.community.collaborate.title }}

diff --git a/templates/core-translated-ja.html b/templates/core-translated-ja.html index 84aa13a..1c51681 100644 --- a/templates/core-translated-ja.html +++ b/templates/core-translated-ja.html @@ -11,15 +11,17 @@

{{ pages.translations.core_ja.title }}

{{ pages.translations.core_ja.text }}

+
-

- {{ pages.take_me_back }} -

- -
+
+

{{ pages.take_me_back }}

+ +
+
+ +
-

- {{ pages.take_me_back }} -

- +
+

{{ pages.take_me_back }}

+ +
+
{{ projects.name.core }}

{{ projects.description.core }}

diff --git a/templates/developer.html b/templates/developer.html index b7406a9..9e69ade 100644 --- a/templates/developer.html +++ b/templates/developer.html @@ -5,7 +5,7 @@
-
+

{{ pages.developer.title }}

{{ pages.developer.intro }}

diff --git a/templates/ecosystem.html b/templates/ecosystem.html index dfde53a..1b97ef3 100644 --- a/templates/ecosystem.html +++ b/templates/ecosystem.html @@ -11,15 +11,17 @@

{{ pages.ecosystem.title }}

{{ pages.ecosystem.intro }}

+
-

- {{ pages.take_me_back }} -

- +
+

{{ pages.take_me_back }}

+ +
+
{{ projects.collections.name }}

{{ projects.collections.description }}

diff --git a/templates/index.html b/templates/index.html index f883cd4..6d123cb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,15 +10,17 @@

{{ pages.index.title }}

{{ pages.index.intro }}

+
-

- {{ pages.take_me_back }} -

- +
+

{{ pages.take_me_back }}

+ +
+

{{ pages.index.novice_heading }}

diff --git a/templates/platform.html b/templates/platform.html index 9875969..ae618b3 100644 --- a/templates/platform.html +++ b/templates/platform.html @@ -10,15 +10,17 @@

{{ pages.platform.title }}

{{ pages.platform.intro }}

-
-

- {{ pages.take_me_back }} -

+ +
+
+

{{ pages.take_me_back }}

+
+

{{ pages.platform.access.title }}

{{ pages.platform.access.text }}