@ -35,7 +35,7 @@ Browsers not listed, including Safari, are supported via the styling under the
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
align-items: flex-start;
}
.hbox > * {
@ -67,7 +67,7 @@ Browsers not listed, including Safari, are supported via the styling under the
flex-direction: column;
.vbox > * {