Edit responsive card in About us
All checks were successful
Build frontend / build (push) Successful in 26s

This commit is contained in:
Rahaf
2026-01-25 10:22:09 +03:00
parent 186df288f9
commit 987353f225

View File

@ -284,6 +284,12 @@ import { useTranslation } from "react-i18next";
padding: 12px 20px; padding: 12px 20px;
position: relative; position: relative;
color: ${props => props.$theme === 'dark' ? '#F5EEE6' : '#131313'}; color: ${props => props.$theme === 'dark' ? '#F5EEE6' : '#131313'};
overflow: hidden;
@media (max-width: 768px) {
overflow-y: auto;
}
`; `;
const CloseButton = styled(motion.button)` const CloseButton = styled(motion.button)`