File tree 4 files changed +2
-57
lines changed
4 files changed +2
-57
lines changed Original file line number Diff line number Diff line change 22
22
},
23
23
"scripts" : {
24
24
"start" : " react-scripts start" ,
25
- "build" : " CI= react-scripts build postcss css/tailwind.css -o src/css/tailwind.css " ,
25
+ "build" : " CI= react-scripts build " ,
26
26
"test" : " react-scripts test" ,
27
27
"eject" : " react-scripts eject"
28
28
},
Original file line number Diff line number Diff line change 70
70
transform : rotate (360deg );
71
71
}
72
72
}
73
-
74
- .container {
75
- flex-grow : 1 ;
76
- margin : 0 auto;
77
- position : relative;
78
- width : auto;
79
- }
80
- .container .is-fluid {
81
- max-width : none;
82
- padding-left : 32px ;
83
- padding-right : 32px ;
84
- width : 100% ; }
85
- @media screen and (min-width : 1024px ) {
86
- .container {
87
- max-width : 960px ; } }
88
- @media screen and (max-width : 1215px ) {
89
- .container .is-widescreen {
90
- max-width : 1152px ; } }
91
- @media screen and (max-width : 1407px ) {
92
- .container .is-fullhd {
93
- max-width : 1344px ; } }
94
- @media screen and (min-width : 1216px ) {
95
- .container {
96
- max-width : 1152px ; } }
97
- @media screen and (min-width : 1408px ) {
98
- .container {
99
- max-width : 1344px ; } }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ return(
36
36
37
37
< div className = "bg-purple-100" >
38
38
< nav className = { status } data-aos = "fade-down" data-aos-duration = "2000" >
39
- < div className = "container-lg md:py-4" >
39
+ < div className = "container md:py-4" >
40
40
< div className = "navbar-brand md:w-64 h-16" >
41
41
< a className = "navbar-item" href = "https://bulma.io" >
42
42
< img src = { Logo } alt = "logo" />
Original file line number Diff line number Diff line change @@ -578,34 +578,6 @@ video {
578
578
height: auto;
579
579
}
580
580
581
- .container {
582
- width: 100%;
583
- }
584
-
585
- @media (min-width: 640px) {
586
- .container {
587
- max-width: 640px;
588
- }
589
- }
590
-
591
- @media (min-width: 768px) {
592
- .container {
593
- max-width: 768px;
594
- }
595
- }
596
-
597
- @media (min-width: 1024px) {
598
- .container {
599
- max-width: 1024px;
600
- }
601
- }
602
-
603
- @media (min-width: 1280px) {
604
- .container {
605
- max-width: 1280px;
606
- }
607
- }
608
-
609
581
.space-y-0 > :not(template) ~ :not(template) {
610
582
--space-y-reverse: 0;
611
583
margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
You can’t perform that action at this time.
0 commit comments