Skip to content

Commit 2e357cb

Browse files
committed
modified App/styles.scss file
1 parent 543ab52 commit 2e357cb

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

ui/src/containers/App/styles.scss

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
.app {
2-
display: flex;
3-
.layout-container {
4-
width: 100%;
5-
display: flex;
6-
.page-wrapper {
7-
display: flex;
8-
flex-direction: row;
9-
padding: 60px 50px;
10-
}
11-
}
2+
display: flex;
3+
.layout-container {
4+
width: 100%;
5+
.page-wrapper {
6+
display: flex;
7+
flex-direction: row;
8+
padding: 60px 50px;
9+
}
10+
}
1211
}

0 commit comments

Comments
 (0)