Justin Rhee 3 лет назад
Родитель
Сommit
3e82973357
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dashboard/src/main/home/app-dashboard/AppDashboard.tsx

+ 2 - 2
dashboard/src/main/home/app-dashboard/AppDashboard.tsx

@@ -158,13 +158,13 @@ export default AppDashboard;
 
 const Row = styled.div<{ isAtBottom?: boolean }>`
   cursor: pointer;
-  padding: 20px;
+  padding: 15px;
   border-bottom: ${props => props.isAtBottom ? "none" : "1px solid #494b4f"};
   background: ${props => props.theme.clickable.bg};
   position: relative;
   border: 1px solid #494b4f;
   border-radius: 5px;
-  margin-bottom: 25px;
+  margin-bottom: 15px;
 `;
 
 const List = styled.div`