Skip to content

Commit 1f3f321

Browse files
committed
-new changes
1 parent d472a8f commit 1f3f321

File tree

4 files changed

+2
-57
lines changed

4 files changed

+2
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"scripts": {
2424
"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 ",
2626
"test": "react-scripts test",
2727
"eject": "react-scripts eject"
2828
},

src/App.css

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -70,30 +70,3 @@ body{
7070
transform: rotate(360deg);
7171
}
7272
}
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; } }

src/components/Navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ return(
3636

3737
<div className="bg-purple-100">
3838
<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">
4040
<div className="navbar-brand md:w-64 h-16">
4141
<a className="navbar-item" href="https://bulma.io">
4242
<img src={Logo} alt="logo" />

src/css/tailwind.css

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -578,34 +578,6 @@ video {
578578
height: auto;
579579
}
580580

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-
609581
.space-y-0 > :not(template) ~ :not(template) {
610582
--space-y-reverse: 0;
611583
margin-top: calc(0px * calc(1 - var(--space-y-reverse)));

0 commit comments

Comments
 (0)