global rule for flex column.
This commit is contained in:
		@@ -74,6 +74,16 @@ body {
 | 
			
		||||
    margin-right: 2rem;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &.column {
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
 | 
			
		||||
    > * {
 | 
			
		||||
      margin-right: unset;
 | 
			
		||||
      margin-bottom: 1rem;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @include mobile {
 | 
			
		||||
    &:not(.row) {
 | 
			
		||||
      flex-direction: column;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user