Skip to content

Commit

Permalink
honestly npm sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Apr 29, 2023
1 parent db7f28c commit e54c9d8
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 2 deletions.
211 changes: 211 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/renderer/styles/preview.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,14 @@
color: var(--color-preview-text);
}
}

> .apps{
margin: 0.75em;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: space-around;
justify-content: space-around;
justify-content: left;
margin-left:1vw;
> .title {
padding: 0.5em 0.25em;
flex-basis: 100%;
Expand Down

0 comments on commit e54c9d8

Please sign in to comment.