Skip to content

Commit c2aca35

Browse files
committed
fix: center align the PPP dashboard
1 parent 83b2f26 commit c2aca35

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/views/GlobalThreeW/styles.module.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,14 @@
3939
}
4040

4141
.iframe-content {
42-
padding-right: 12%;
43-
padding-left: 12%;
42+
display: flex;
43+
align-items: center;
44+
justify-content: center;
45+
4446
.ppp-iframe {
4547
border: none;
46-
width: 100%;
47-
height: 54rem;
48+
width: 1050px;
49+
height: 850px;
4850
}
4951
}
5052
}

0 commit comments

Comments
 (0)