mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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;
|
padding-bottom: 93px;
|
||||||
.card {
|
.card {
|
||||||
margin-top: 12.5px;
|
margin-top: 12.5px;
|
||||||
height: 397px;
|
min-height: 397px;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Reference in a new issue