File tree 2 files changed +22
-21
lines changed
2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 44
44
}
45
45
}
46
46
47
- > .container {
48
- > .row {
49
- > .col {
50
- display : flex ;
51
- flex-direction : column ;
52
- justify-content : center ;
53
-
54
- min-width : 0 ;
47
+ > .container {
48
+ > .row {
49
+ > .col {
50
+ display : flex ;
51
+ justify-content : center ;
52
+ flex-direction : column ;
53
+ min-width : 0 ;
54
+ align-items : center ;
55
+ }
56
+ }
55
57
}
56
- }
57
- }
58
58
59
- .spacer {
60
- flex-basis : 5rem ;
59
+ .spacer {
60
+ flex-basis : 5rem ;
61
61
62
- @media (max-width : 996px ) {
63
- display : none ;
64
- }
62
+ @media (max-width : 996px ) {
63
+ display : none ;
64
+ }
65
+ }
65
66
}
66
- }
67
67
68
- [class *= ' docItemCol_' ] {
69
- margin-inline-start : auto ;
70
- margin-inline-end : auto ;
71
- }
72
- // #endregion
68
+ [class *= ' docItemCol_' ] {
69
+ margin-inline-start : auto ;
70
+ margin-inline-end : auto ;
71
+ }
72
+ // #endregion
73
73
}
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ body {
118
118
}
119
119
120
120
.theme-doc-version-banner {
121
+ width : 100% ;
121
122
max-width : var (--doc-item-container-width );
122
123
}
123
124
You can’t perform that action at this time.
0 commit comments