1
Fork 0

Fix overflow on mainpage

The signature class was forcing the maximum height making the <p>
element overflowing the page. By removing this constraint, the overflow
is now gone.
This commit is contained in:
Alexandre Iooss 2021-04-01 09:23:36 +02:00 committed by Juliusz Chroboczek
parent 189dfb4abe
commit 8544e4deb4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ h1 {
padding-top: 0;
border-width: thin;
clear: both;
height: 3.125rem;
min-height: 3.125rem;
text-align: center;
}