diff --git a/src/components/NewsContainer.tsx b/src/components/NewsContainer.tsx
index 1b6fd699d3881f0a12751139dfedbb1d4a9fcdd8..2dcb92f22d08e15905c9eaec6bce59783423d075 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>