We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f1607 commit 1fd0db3Copy full SHA for 1fd0db3
frontend/src/features/bridgeFormulaCalculationTool/BFCTDashboard.scss
@@ -6,17 +6,32 @@
6
.bfct-dashboard {
7
&__split {
8
display: flex;
9
+ justify-content: flex-start;
10
+ align-items: center;
11
gap: 3rem;
12
padding: 4rem 0;
13
border-bottom: 1px solid orbcStyles.$bc-border-grey;
14
}
15
16
&__info-banner {
17
font-weight: normal;
- width: 100%;
18
+ width: 50%;
19
+ max-width: 792px;
20
21
22
&__image {
23
24
25
+ max-height: 246px;
26
+ }
27
+}
28
+
29
+@media screen and (max-width: 1024px) {
30
+ .bfct-dashboard__split {
31
+ flex-direction: column;
32
33
+ & > * {
34
+ width: 100%;
35
36
37
0 commit comments