Skip to content

Commit

Permalink
self-review: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Jul 12, 2024
1 parent 0c84d9a commit 7d00ad4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/playground/playground.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@

.visitorIdBox {
border: 1px dashed v('orange-gradient');

background-color: v('soft-orange-background');
padding: rem(16px) rem(12px);
border-radius: rem(8px);
// display: flex;
// flex-direction: column;
gap: rem(8px);
margin-bottom: rem(8px);

Expand All @@ -67,14 +64,14 @@
}

p {
display: inline;
color: v('dark-gray');
text-align: center;
font-family: Inter;
font-size: rem(18px);
line-height: 160%;
font-weight: 600;
margin: 0;
display: inline;

@include media('<=tabletWide') {
font-size: rem(16px);
Expand Down

0 comments on commit 7d00ad4

Please sign in to comment.