mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 19:28:27 +02:00
Merge branch 'staging' into develop
This commit is contained in:
commit
788dc9b3f8
30 changed files with 255 additions and 93 deletions
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
img {
|
||||
width: 274px;
|
||||
margin-bottom: -41px;
|
||||
margin-bottom: -19px;
|
||||
@media (max-width: 1200px) {
|
||||
display: none;
|
||||
width: 0;
|
||||
|
|
|
@ -1644,6 +1644,7 @@
|
|||
font-family: "worksans", sans-serif;
|
||||
|
||||
&.justify-content,
|
||||
&.align-content,
|
||||
&.sizing {
|
||||
align-items: start;
|
||||
margin-top: 4px;
|
||||
|
@ -1658,7 +1659,8 @@
|
|||
gap: 5px;
|
||||
}
|
||||
|
||||
&.justify-content {
|
||||
&.justify-content,
|
||||
&.align-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue