Skip to content

Commit ce640f0

Browse files
committed
add padding to left and right for better reading
1 parent f4ec94f commit ce640f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

supplemental-ui/css/cards.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ pre {
153153
flex-direction: column; /* stack image and text vertically */
154154
}
155155

156+
.doc {
157+
padding: 0 1rem 4rem;
158+
}
159+
156160
.card-image, .imageblock {
157161
float: none !important; /* remove float */
158162
margin: 1rem !important; /* center spacing */

0 commit comments

Comments
 (0)