We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f501196 commit e8e580fCopy full SHA for e8e580f
feedingwebapp/src/Pages/Header/LiveVideoModal.jsx
@@ -23,7 +23,6 @@ function LiveVideoModal(props) {
23
// marginTop: bs-modal-header-padding, h4 font size & line height, bs-modal-header-padding, bs-modal-padding
24
const marginTop = convertRemToPixels(1 + 1.5 * 1.5 + 1 + 1)
25
const marginBottom = convertRemToPixels(1)
26
- console.log('marginBottom', marginBottom)
27
const marginLeft = convertRemToPixels(1)
28
const marginRight = convertRemToPixels(1)
29
0 commit comments