diff --git a/app/assets/styles/blink/_ConferenceBox.scss b/app/assets/styles/blink/_ConferenceBox.scss index f0a4d2c..67dbe49 100644 --- a/app/assets/styles/blink/_ConferenceBox.scss +++ b/app/assets/styles/blink/_ConferenceBox.scss @@ -1,42 +1,42 @@ .container { flex: 1; } .button { background-color: white; - margin: 10px; + margin: 8px; } .conferenceContainer { position: absolute; bottom: 0; left: 0; right: 0; top: 0; align-content: flex-end; } .videosContainer { flex: 1; } .hangupButton { background-color: rgba(#a94442, .8); } .wholePageVideo { width: 100%; height: 100%; } .buttonContainer { flex-direction: row; margin: 0 auto; } .carouselContainer { position: absolute; bottom: 10; left: 0; right: 0; -} \ No newline at end of file +}