mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-25 07:40:55 +00:00
Add margin above card on mobile view
This commit is contained in:
parent
17ab35ab37
commit
066d7293eb
1 changed files with 2 additions and 1 deletions
|
@ -26,9 +26,10 @@
|
|||
margin: 35px auto 0;
|
||||
}
|
||||
.deprecated-sl-long-cta {
|
||||
padding-top: 25px;
|
||||
padding-top: 12.5px;
|
||||
padding-bottom: 93px;
|
||||
.card {
|
||||
margin-top: 12.5px;
|
||||
height: 397px;
|
||||
}
|
||||
h3 {
|
||||
|
|
Loading…
Add table
Reference in a new issue