Vendor prefixes

This commit is contained in:
Tom Slominski
2015-03-06 22:51:36 +00:00
parent f5114a9001
commit 9f9ba37f41

View File

@@ -120,9 +120,15 @@ a, a:visited {
}
.halves {
display: flex;
display: -webkit-flex;
display: -moz-flex;
justify-content: space-between;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
align-items: flex-end;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
}
label {