Skip to content

Commit

Permalink
feat: Created so that new changes are separated and created a separat…
Browse files Browse the repository at this point in the history
…e branch from the dev branch #30
  • Loading branch information
RondineleG committed Sep 17, 2023
1 parent eb5cd1c commit 2f88ca0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Presentation/Browl.Client/wwwroot/css/app.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,9 @@ video {
.ml-2 {
margin-left: 0.5rem;
}
.ml-auto {
margin-left: auto;
}
.mr-2 {
margin-right: 0.5rem;
}
Expand All @@ -510,6 +513,9 @@ video {
.flex {
display: flex;
}
.justify-center {
justify-content: center;
}
.rounded-md {
border-radius: 0.375rem;
}
Expand Down

0 comments on commit 2f88ca0

Please sign in to comment.