1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-08 17:55:59 +01:00

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

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;
}