More parts of the new website. (#19094)

This PR brings in a few more components and some refactor of the
existing components for the website due to design requirements.
This commit is contained in:
Abdullah.
2026-03-30 15:00:32 +05:00
committed by GitHub
parent 0b2f435b3e
commit d246b16063
165 changed files with 4469 additions and 287 deletions
@@ -1,6 +1,6 @@
import { Body } from '@/design-system/components/Body/Body';
import { Heading } from '@/design-system/components/Heading/Heading';
import { ProblemPointType } from '@/sections/Problem/types';
import type { ProblemPointType } from '@/sections/Problem/types';
import { theme } from '@/theme';
import { styled } from '@linaria/react';
import React from 'react';
@@ -28,7 +28,8 @@ const StyledPoint = styled.div`
row-gap: ${theme.spacing(2)};
@media (min-width: ${theme.breakpoints.md}px) {
width: 380px;
max-width: 380px;
width: 100%;
}
`;