mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 04:18:24 +02:00
🐛 Fix Terms and Privacy links overlapping
This commit is contained in:
parent
944cfd0fc4
commit
a9e8f4eb67
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
display: grid;
|
||||
grid-template-rows: auto;
|
||||
grid-template-columns: 33% auto;
|
||||
height: 100vh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.auth-sidebar {
|
||||
|
@ -53,6 +55,7 @@
|
|||
height: 100vh;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
min-height: 48rem;
|
||||
|
||||
input {
|
||||
margin-bottom: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue