mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 21:26:13 +02:00
🐛 Fix wrong margins for the give feedback page
This commit is contained in:
parent
67b343660a
commit
abdd58f3cf
1 changed files with 2 additions and 3 deletions
|
@ -20,16 +20,15 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-width: $s-368;
|
max-width: $s-500;
|
||||||
margin-bottom: $s-32;
|
margin-bottom: $s-32;
|
||||||
width: $s-580;
|
width: $s-580;
|
||||||
margin: $s-80 auto auto $s-120;
|
margin: $s-80 auto $s-120 auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
form {
|
form {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: $s-500;
|
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue