提交 78c93e63 authored 作者: Ken Rice's avatar Ken Rice

FS-8078 #resolve fix safari without breaking firefox

上级 d7cd5b6a
......@@ -39,10 +39,10 @@ body {
/* This is an technique to align the block centered vertically
and horizontally in a page. */
.centered-block-frame {
display: flex;
display: -webkit-flex; /* Safari */
-webkit-justify-content: center; /* Safari 6.1+ */
-webkit-align-items: center;
display: flex;
justify-content: center;
align-items: center;
object-fit:inherit;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论