Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
smaranjitghose authored and actions-user committed Jun 3, 2021
1 parent 241b020 commit ca3d114
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/pages/Editor/sections/OutputComponent/Output.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ const OutputComponent = ({ pageNo, show }) => {
className={`${classes.wrapper} col-11 col-lg-8 mx-auto mt-4 p-2`}
style={{ display: show || allPagesVisible ? "block" : "none" }}
>
<div id="outputPage" className={classes.outputBox +" outputPage col-12 mx-auto px-0"}>
<div
id="outputPage"
className={classes.outputBox + " outputPage col-12 mx-auto px-0"}
>
<div className={`${classes.imgContainer} col-12 mx-auto px-0`}>
<img
src={page.default}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.wrapper {
border: 3px solid colors.$royal-blue;
.outputBox{
.outputBox {
position: relative;
}
.imgContainer {
Expand Down

0 comments on commit ca3d114

Please sign in to comment.