Skip to content

Commit f05e8a9

Browse files
committed
Add 15px padding to top and bottom of bulletin container
1 parent 2f1a746 commit f05e8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apricot_versions/checklist_bulletin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<style type="text/css">
22
p.half-height{margin:0;padding:0.5em 0;}
3-
.checklist-bulletin{font-family:Arial,sans-serif;max-width:100%;padding:0 15px;}
3+
.checklist-bulletin{font-family:Arial,sans-serif;max-width:100%;padding:15px;}
44
.checklist-bulletin .sections-container{display:flex;gap:20px;justify-content:center;}
55
.checklist-bulletin .section{flex:1;min-width:250px;max-width:350px;}
66
.checklist-bulletin .scenario{background:#f5f5f5;border-left:4px solid #3498db;padding:8px 12px;margin:8px 0;}

0 commit comments

Comments
 (0)