fix: site width is increasing for no reason (#34313)
This commit is contained in:
committed by
mrugesh mohapatra
parent
ed5b434ad1
commit
12ad9eb5f7
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user