fix: site width is increasing for no reason (#34313)

This commit is contained in:
Achilles Moraites
2018-12-03 11:57:13 +02:00
committed by mrugesh mohapatra
parent ed5b434ad1
commit 12ad9eb5f7

View File

@ -15,4 +15,17 @@
.learn-page-wrapper p {
margin-bottom: 0.75rem;
}
}
#learn-app-wrapper {
margin: 0 2em;
position: absolute;
width: 100%;
right: -1.4em;
padding: 5px 10px 5px 10px;
}
.reflex-layout.reflex-container.vertical {
width: 100%;
margin: 0 18px;
}