mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 13:27:53 +00:00 
			
		
		
		
	Use bigger bottom margin in card.html and panel.html (#1323)
Fixes #823
This commit is contained in:
		
				
					committed by
					
						
						blacklight447
					
				
			
			
				
	
			
			
			
						parent
						
							aeb3188a97
						
					
				
				
					commit
					2eaf6441db
				
			@@ -1,4 +1,4 @@
 | 
			
		||||
<div class="col-xl-4 col-lg-6 col-md-12 mb-2">
 | 
			
		||||
<div class="col-xl-4 col-lg-6 col-md-12 mb-4">
 | 
			
		||||
    <div class="card card-{{include.color}}">
 | 
			
		||||
        {% if include.color == "warning" %}
 | 
			
		||||
        <div class="card-header text-dark bg-{{include.color}}">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
<div class="col-xl-4 col-lg-6 col-md-12 mb-2">
 | 
			
		||||
<div class="col-xl-4 col-lg-6 col-md-12 mb-4">
 | 
			
		||||
    <div class="card card-{{include.color}}">
 | 
			
		||||
        {% if include.color == "warning" %}
 | 
			
		||||
        <div class="card-header text-dark bg-{{include.color}}">
 | 
			
		||||
@@ -11,4 +11,4 @@
 | 
			
		||||
            {{include.body}}
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user