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;