diff --git a/website/src/components/unleash-academy/Links.jsx b/website/src/components/unleash-academy/Links.jsx index 053a2d10bd1b..70fb63c39f28 100644 --- a/website/src/components/unleash-academy/Links.jsx +++ b/website/src/components/unleash-academy/Links.jsx @@ -46,7 +46,7 @@ const links = [ const Component = () => { return (
-
    +
+
); }; diff --git a/website/src/css/custom.css b/website/src/css/custom.css index d2e9f69ba9dd..a5db95a5d576 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -245,7 +245,7 @@ html[data-theme='dark'] .links-container { --border-color: var(--ifm-color); - ol { + ul { list-style: none; margin: 0; padding: 0; @@ -304,7 +304,7 @@ html[data-theme='dark'] .links-container { } @media (711px <= width <= 996px), (min-width: 1247px) { - ol { + ul { display: grid; grid-template-columns: repeat(3, 1fr); }