jovan.cirkovic 3 лет назад
Родитель
Сommit
d773a61892
1 измененных файлов: 4 добавлений и 4 удалений
  1. 4
    4
      src/components/Paging/Paging.styled.js

+ 4
- 4
src/components/Paging/Paging.styled.js Просмотреть файл

@@ -11,13 +11,13 @@ export const PagingContainer = styled(Box)`
flex: 1;
justify-content: center;
flex-direction: row;
margin-top: 5px;
margin-bottom: 10px;
/* margin-top: 5px;
margin-bottom: 10px; */
position: absolute;
bottom: 15px;
bottom: 10px;
padding-left: 0;
padding-right: 0;
margin: -10px auto;
margin: auto;
left: 0;
right: 0;
`;

Загрузка…
Отмена
Сохранить