diff --git a/docs/src/components/LandingPage/Hero.jsx b/docs/src/components/LandingPage/Hero.jsx index c83adf73..8e087f79 100644 --- a/docs/src/components/LandingPage/Hero.jsx +++ b/docs/src/components/LandingPage/Hero.jsx @@ -52,7 +52,7 @@ const Hero = () => { > - + {" "} {
-
+
Hippo4j System {/*
*/}
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 6d1f8874..d8bccd75 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -224,6 +224,72 @@ div[class^="announcementBar_"] { } } +@media (min-width: 1440px) { + .container { + max-width: var(--ifm-container-width-xl); + } +} + +@media (max-width: 996px) { + .col { + --ifm-col-width: 100%; + flex-basis: var(--ifm-col-width); + margin-left: 0; + } + + .footer { + --ifm-footer-padding-horizontal: 0; + } + + .colorModeToggle_DEke, + .footer__link-separator, + .navbar__item, + .sidebar_re4s, + .tableOfContents_bqdL { + display: none; + } + + .footer__col { + margin-bottom: calc(var(--ifm-spacing-vertical) * 3); + } + + .footer__link-item { + display: block; + } + + .hero { + padding-left: 0; + padding-right: 0; + } + + .navbar > .container, + .navbar > .container-fluid { + padding: 0; + } + + .navbar__toggle { + display: inherit; + } + + .navbar__search-input { + width: 9rem; + } + + .pills--block, + .tabs--block { + flex-direction: column; + } + + .searchBox_ZlJk { + position: absolute; + right: var(--ifm-navbar-padding-horizontal); + } + + .docItemContainer_F8PC { + padding: 0 0.3rem; + } +} + /* Custom */ .bg-cousom { background-position: 50% 65%; @@ -281,7 +347,7 @@ nav.menu { } div[class^="announcementBar_"] { - font-size: 14px; + font-size: 16px; background: none; background-color: #fafbfc; padding: 8px 0; @@ -301,3 +367,16 @@ div[class^="announcementBar_"] a { margin: 0; line-height: 2; } + +.logo-img-container { + align-items: center; + background: #fff; + border: 1px solid #eaecef; + border-radius: 4px; + box-shadow: 0 1px 2px 0 #f8f9fa; + display: flex; + height: 80px; + justify-content: center; + margin: 5px; + min-width: 0; +} diff --git a/docs/src/pages/users.js b/docs/src/pages/users.js index e625c267..c0bdebc4 100644 --- a/docs/src/pages/users.js +++ b/docs/src/pages/users.js @@ -12,22 +12,18 @@ function CompanyCards({ companies }) { .map((company) => (
window.open(company.url)} - key={company.url} - // className="bg-white rounded-lg overflow-hidden shadow-sm transform cursor-pointer transition-all duration-500 hover:scale-110" - className="bg-white rounded-lg overflow-hidden shadow-sm transform cursor-pointer transition-all duration-500 hover:scale-110" - style={{ border: "1px solid #E5E7EB" }} + className="rounded-lg overflow-hidden transform cursor-pointer transition-all duration-500 hover:scale-110" + // style={{ border: "1px solid #E5E7EB" }} > -
-
- {`${company.name}`} -
+
+ {`${company.name}`}
))} @@ -37,11 +33,11 @@ function CompanyCards({ companies }) { export default function OurUsers() { return ( -
+
{/* text description*/} -
-
-

+
+
+

-
-

+

+

{" "}

-

+