mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Change padding on vertical player
This commit is contained in:
@@ -23,6 +23,10 @@ const Container = styled(motion.div)`
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
padding: 2rem 2rem 1rem;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ResponsiveContainer = styled.div`
|
const ResponsiveContainer = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user