Updated flex basis on card to make sure that card don't end up super thin
This commit is contained in:
		@@ -14,8 +14,7 @@
 | 
			
		||||
        flex-direction: column;
 | 
			
		||||
        justify-content: space-between;
 | 
			
		||||
        flex-wrap: wrap;
 | 
			
		||||
        flex: 2 1 20%;
 | 
			
		||||
        min-width: 8em;
 | 
			
		||||
        flex: 2 1 15em;
 | 
			
		||||
        padding: .5em 2.5em 2em 2.5em;
 | 
			
		||||
        background: var(--bg-grad);
 | 
			
		||||
        border-radius: .5em;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user