Remove margin-bottom from last child of #left.
This commit is contained in:
		
							parent
							
								
									59901cb344
								
							
						
					
					
						commit
						cc98def9fb
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -14,10 +14,13 @@ h2, h3 | ||||||
| #left > * | #left > * | ||||||
| { | { | ||||||
|     background-color: var(--color_site_transparency); |     background-color: var(--color_site_transparency); | ||||||
|     margin-bottom: 30px; |  | ||||||
|     padding: 8px; |     padding: 8px; | ||||||
|     border-radius: 5px; |     border-radius: 5px; | ||||||
| } | } | ||||||
|  | #left > *:not(:last-child) | ||||||
|  | { | ||||||
|  |     margin-bottom: 30px; | ||||||
|  | } | ||||||
| #album_metadata h2 .editor_input | #album_metadata h2 .editor_input | ||||||
| { | { | ||||||
|     font-size: inherit; |     font-size: inherit; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue