style fix for section images
This commit is contained in:
		
					parent
					
						
							
								c3d8c7878f
							
						
					
				
			
			
				commit
				
					
						b0192ceadb
					
				
			
		
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -46,8 +46,8 @@ class DCLLinkPluginModel(CMSPlugin):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class DCLNavbarDropdownPluginModel(CMSPlugin):
 | 
					class DCLNavbarDropdownPluginModel(CMSPlugin):
 | 
				
			||||||
    target = models.URLField(
 | 
					    target = models.CharField(
 | 
				
			||||||
        blank=True, null=True, max_length=100,
 | 
					        max_length=100,
 | 
				
			||||||
        help_text='Optional Url or #id to navigate on click'
 | 
					        help_text='Optional Url or #id to navigate on click'
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    text = models.CharField(
 | 
					    text = models.CharField(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -430,7 +430,7 @@ textarea {
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.section-figure  .cms-plugin {
 | 
					.section-figure  .section-image {
 | 
				
			||||||
  padding: 10px;
 | 
					  padding: 10px;
 | 
				
			||||||
  flex-basis: 50%;
 | 
					  flex-basis: 50%;
 | 
				
			||||||
  flex-grow: 1;
 | 
					  flex-grow: 1;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue