Skip to content

Commit

Permalink
Prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed May 7, 2024
1 parent 75aa45e commit d11a033
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 3 additions & 5 deletions src/components/log/Log.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@
}

.red {
color: #ef2929
color: #ef2929;
}


.green {
color: #8ae234
color: #8ae234;
}


.yellow {
color: yellow
color: yellow;
}
}
9 changes: 6 additions & 3 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ body {
padding-bottom: 80px;
}

@include media-breakpoint-between(sm, lg) {
.container-lg, .container-md, .container-sm, .container {
@include media-breakpoint-between(sm, lg) {
.container-lg,
.container-md,
.container-sm,
.container {
max-width: 100%;
}
}
}

0 comments on commit d11a033

Please sign in to comment.