mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 19:04:20 +00:00
Fix height issue on small screens
This commit is contained in:
parent
d432b6799f
commit
455e682fac
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
padding-bottom: 93px;
|
||||
.card {
|
||||
margin-top: 12.5px;
|
||||
height: 397px;
|
||||
min-height: 397px;
|
||||
}
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue