From 7cf04a5577165f41ae57b55af809744a88333b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chif=20Gerg=C5=91?= <chif.gergo@cloud.bme.hu> Date: Mon, 8 Feb 2021 22:47:17 +0100 Subject: [PATCH] Add padding to right side --- src/components/NewsContainer.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/NewsContainer.tsx b/src/components/NewsContainer.tsx index 1b6fd69..2dcb92f 100644 --- a/src/components/NewsContainer.tsx +++ b/src/components/NewsContainer.tsx @@ -42,7 +42,9 @@ const NewsContainer: React.FC = () => { </Grid> </Grid> <Grid container item xs={12} sm={3} justify="flex-end"> - <Typography>Naptár (?)</Typography> + <Box paddingX={2}> + <Typography>Naptár (?)</Typography> + </Box> </Grid> </Grid> </Box> -- GitLab