Edit responsive card in About us
All checks were successful
Build frontend / build (push) Successful in 26s
All checks were successful
Build frontend / build (push) Successful in 26s
This commit is contained in:
@ -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)`
|
||||||
|
|||||||
Reference in New Issue
Block a user