Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Improved Base-Components showcase page. (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-H11 committed Mar 22, 2022
1 parent a05098a commit 07e2f63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/base-components/base-components.component.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
.componentContainer {
display: inline-grid;
width: 300px;
height: fit-content;
margin: 30px;
padding: 1em;
border: 3px solid #ffffff;
}

.component{
.component {
padding-bottom: 10px;
}

.page {
height: 100%;
overflow: auto;
background: #2F2F36;
}

0 comments on commit 07e2f63

Please sign in to comment.