Skip to content

Commit

Permalink
style(client): increased vertical room between cards
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Dec 30, 2024
1 parent c46668f commit b122a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/Components/DeviceCard/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
border: solid 1px grey;
border-radius: 5px;
padding: 5px;
margin: 5px auto;
margin: 10px auto;
}

.tool-title > .col > div {
Expand Down
3 changes: 1 addition & 2 deletions client/src/Components/TerminalCard/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
border: solid 1px grey;
border-radius: 5px;
padding: 5px;
margin: 5px auto;
margin: 10px auto;
}

.tool-title > .col > div {
border-bottom: solid 2px black;
/* width: 100%; */
}

0 comments on commit b122a4c

Please sign in to comment.