diff --git a/Assets/WebsiteAssets/css/site.css b/Assets/WebsiteAssets/css/site.css index ccf38af25b..52e1248546 100644 --- a/Assets/WebsiteAssets/css/site.css +++ b/Assets/WebsiteAssets/css/site.css @@ -307,7 +307,7 @@ p, div.navbar-mobile-content a.sponsor-button { padding: 4px 12px; font-size: 0.9em; - margin-right: 1em; + margin-right: 0.5em; } #nav-section.white-bg a { @@ -670,8 +670,8 @@ footer .bottom-links-row p { margin-right: auto; } -.news-page img, -.news-item-page img { +.news-page .main-content img, +.news-item-page .main-content img { max-width: 100%; } @@ -740,7 +740,7 @@ footer .bottom-links-row p { } #nav-section .button-link { - padding: 4px 12px; + padding: 4px 10px; font-size: 15px; } } @@ -937,6 +937,25 @@ footer .bottom-links-row p { } } +/***************************************************************** + VERY NARROW VIEW + eg for Galaxy Fold +*****************************************************************/ + +@media (max-width: 350px) { + + #nav-section .navbar-mobile-content a.sponsor-button { + background-color: transparent; + color: #0557ba !important; + font-size: 18px; + } + + #nav-section .navbar-mobile-content a.sponsor-button .sponsor-button-label { + display: none; + } + +} + /***************************************************************** PLANS PAGE *****************************************************************/ diff --git a/Assets/WebsiteAssets/templates/partials/navbar.mustache b/Assets/WebsiteAssets/templates/partials/navbar.mustache index d75f7c4e73..79b8641220 100644 --- a/Assets/WebsiteAssets/templates/partials/navbar.mustache +++ b/Assets/WebsiteAssets/templates/partials/navbar.mustache @@ -12,7 +12,7 @@