We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef67a7 commit 94b3e99Copy full SHA for 94b3e99
1 file changed
emails/su2_email_v6.html
@@ -155,11 +155,14 @@
155
width: 100%;
156
}
157
#wrapper {
158
- margin: auto;
159
- overflow: auto; /* so the size of the wrapper is alway the size of the longest content */
+ display: flex;
+ flex-wrap: wrap; /* optional. only if you want the items to wrap */
160
+ justify-content: center; /* for horizontal alignment */
161
+ align-items: center; /* for vertical alignment */
162
163
#first {
164
float: left;
165
+ margin-top: 10px;
166
167
#second {
168
0 commit comments