File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class App extends Component {
5757 < Header />
5858 < main style = { { padding : "20px 2%" , margin : "0 auto" } } >
5959 < a href = "#" >
60- < img className = "m-auto h-56 " alt = "banner main" style = { { minWidth : '650px ' , minHeight : '260px ' } } src = { require ( `../../../public/static/banner3.png` ) } />
60+ < img className = "m-auto h-56 " alt = "banner main" style = { { minWidth : '750px ' , minHeight : '280px ' } } src = { require ( `../../../public/static/banner3.png` ) } />
6161 </ a >
6262 < Shelf />
6363 </ main >
Original file line number Diff line number Diff line change 11import React from "react" ;
2+ import './style.scss' ;
23
34const Newsletter = ( ) => {
45 return (
@@ -7,7 +8,7 @@ const Newsletter = () => {
78 < input
89 id = "newsletter-email"
910 name = "email-addr"
10- className = "border border-gray-300 rounded-md p-2 mx-2"
11+ className = "inputClr border border-gray-300 p-2 mx-2"
1112 type = "email"
1213 placeholder = "Email"
1314 required
Original file line number Diff line number Diff line change 1+ .inputClr {
2+ color : #969d9f ;
3+ }
You can’t perform that action at this time.
0 commit comments