Commit 8544e4de authored by Alexandre Iooss's avatar Alexandre Iooss Committed by Juliusz Chroboczek

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.
parent 189dfb4a
......@@ -11,7 +11,7 @@ h1 {
padding-top: 0;
border-width: thin;
clear: both;
height: 3.125rem;
min-height: 3.125rem;
text-align: center;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment