Skip to content

Commit 7b338bd

Browse files
fix: layout on site preview
1 parent 189ad32 commit 7b338bd

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

onboarding/src/scss/_general.scss

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,25 @@ iframe {
6969
display: flex;
7070
flex: 1;
7171
overflow: auto;
72-
padding: 10px;
7372

74-
max-width: 1400px;
75-
margin: 0 auto;
73+
&.narrow {
74+
justify-content: center;
75+
max-width: 559px;
76+
margin: 0 auto;
77+
overflow: initial;
78+
}
79+
&.wide {
80+
padding: 10px;
81+
max-width: 1400px;
82+
margin: 0 auto;
83+
}
84+
&.row {
85+
flex-direction: row;
86+
}
87+
&.center {
88+
text-align: center;
89+
align-items: center;
90+
}
7691
}
7792

7893
.ob-no-results{

0 commit comments

Comments
 (0)