Fix min height for firefox 66

This commit is contained in:
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;