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:
parent
189dfb4abe
commit
8544e4deb4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ h1 {
|
|||
padding-top: 0;
|
||||
border-width: thin;
|
||||
clear: both;
|
||||
height: 3.125rem;
|
||||
min-height: 3.125rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue