Fix min height for firefox 66

这个提交包含在:
Léo Serre 2019-01-30 21:17:21 +01:00
父节点 b41d768cca
当前提交 5d3dd7b351
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -238,7 +238,7 @@ section {
background: white;
margin: auto;
width: 820px;
min-height: calc(100% - 97px);
min-height: calc(100% - 94px);
z-index: 10;
padding: 15px;
text-align: justify;