[Glitch] Adjust RTL styles for landing page
Port 8bf3e750ab to glitch-soc
			
			
This commit is contained in:
		
							parent
							
								
									e8644f3a4b
								
							
						
					
					
						commit
						4a1040c4cb
					
				
					 1 changed files with 16 additions and 0 deletions
				
			
		|  | @ -1,6 +1,22 @@ | ||||||
| body.rtl { | body.rtl { | ||||||
|   direction: rtl; |   direction: rtl; | ||||||
| 
 | 
 | ||||||
|  |   .column-header > button { | ||||||
|  |     text-align: right; | ||||||
|  |     padding-left: 0; | ||||||
|  |     padding-right: 15px; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|  |   .landing-page__logo { | ||||||
|  |     margin-right: 0; | ||||||
|  |     margin-left: 20px; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|  |   .landing-page .features-list .features-list__row .visual { | ||||||
|  |     margin-left: 0; | ||||||
|  |     margin-right: 15px; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|   .column-link__icon, |   .column-link__icon, | ||||||
|   .column-header__icon { |   .column-header__icon { | ||||||
|     margin-right: 0; |     margin-right: 0; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue