Skip to content

Commit

Permalink
fix(ui): adjust width/height of ui components
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerd Müller committed Jun 12, 2020
1 parent d9154b2 commit 6892eea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libs/ui/src/lib/image/image.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
img {
max-width: 100%;
display: block;
}
2 changes: 1 addition & 1 deletion libs/ui/src/lib/text/text.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.box {
text-align: center;
margin: 30% auto 0;
width: 75%;
}

.column {
Expand Down
5 changes: 5 additions & 0 deletions libs/ui/src/lib/video/video.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
video {
width: 100%;
height: auto;
}

.video {
position: relative;
}
Expand Down

0 comments on commit 6892eea

Please sign in to comment.