File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
ux.symfony.com/assets/styles Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 13
13
display : none ;
14
14
}
15
15
16
+ .Banner .container-xxl {
17
+ max-width : 1320px ;
18
+ margin : 0 auto ;
19
+ }
20
+
16
21
.BannerInner {
17
22
display : flex ;
18
23
flex-direction : column ;
Original file line number Diff line number Diff line change 1
1
/** -----------------------------------------------------------------
2
2
* LiveMemory demo
3
+ *
4
+ * This file is suffixed with `.min.css` to prevent it from being
5
+ * processed by the CDN compression system, which would break the
6
+ * most recent CSS syntax (as layers) used in this file.
3
7
* --------------------------------------------------------------- */
4
8
5
9
@import "live-memory/app/reset" ;
6
10
@import "live-memory/app/root" ;
7
11
12
+ @import "../components/Banner" ;
8
13
@import "../components/Icon" ;
9
14
10
15
@import "live-memory/components/Board" ;
You can’t perform that action at this time.
0 commit comments