Client - center records on dashboard
This commit is contained in:
		@@ -64,7 +64,7 @@
 | 
				
			|||||||
        padding: $default-padding;
 | 
					        padding: $default-padding;
 | 
				
			||||||
        .record {
 | 
					        .record {
 | 
				
			||||||
          display: flex;
 | 
					          display: flex;
 | 
				
			||||||
          align-items: flex-end;
 | 
					          align-items: center;
 | 
				
			||||||
          justify-content: space-between;
 | 
					          justify-content: space-between;
 | 
				
			||||||
          span {
 | 
					          span {
 | 
				
			||||||
            padding: 2px 5px;
 | 
					            padding: 2px 5px;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user