Skip to content

Commit 94621b5

Browse files
author
Pooja0504
committed
Added 2 new rules in bstackdemo site
1 parent 8d0bd5b commit 94621b5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/components/App/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/components/Newsletter/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React from "react";
2+
import './style.scss';
23

34
const 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
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.inputClr {
2+
color: #969d9f;
3+
}

0 commit comments

Comments
 (0)