Skip to content

Commit

Permalink
updated bg
Browse files Browse the repository at this point in the history
  • Loading branch information
wubswurld committed Jan 30, 2020
1 parent a7071d1 commit abe20ac
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
6 changes: 2 additions & 4 deletions client/src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.App {
text-align: center;
margin-top: "7%";
}

.divTrans {
Expand All @@ -9,8 +8,7 @@

.bg {
min-height: 800px;
min-width: "100%";
/* background-image: linear-gradient(160deg, white 70%, #acd7ec 30%); */
background-image: linear-gradient(160deg, white 70%, #acd7ec 30%);
}

.App-logo {
Expand All @@ -24,7 +22,7 @@

.pStyle2 {
font-weight: 500;
padding: 12%;
/* padding: 12%; */
/* max-width: 150px; */
}

Expand Down
4 changes: 3 additions & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class App extends Component {
<div className="App">
<ButtonAppBar {...AccountCardProps} />
<MediaQuery minDeviceWidth={1001}>
<div className="divTrans">
<div className="divTrans" style={{ paddingBottom: "15px" }}>
<Grid container className="gridContainer">
<Grid item xs={12}>
<h2>MVP Rocket</h2>
Expand Down Expand Up @@ -488,6 +488,7 @@ class App extends Component {
</Grid>
</div>
</MediaQuery>

<MediaQuery minDeviceWidth={476} maxDeviceWidth={1000}>
<div style={{ marginTop: "15%" }} className="divTrans">
<Grid container className="gridContainer">
Expand Down Expand Up @@ -583,6 +584,7 @@ class App extends Component {
can try depositing a NFT.
</p>
</Grid>
<Grid item xs={12}></Grid>
<Grid item xs={4}>
<p style={{ fontWeight: 500 }}>
<span className="spanStyle1">1.</span> Since you likely do not
Expand Down
16 changes: 8 additions & 8 deletions client/src/components/Nav2.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ class ButtonAppBar extends Component {
>
<Toolbar>
<Grid container>
<Grid item xs={6}>
<img
src="LogoRocket.png"
alt="ok"
className="imgStyle1"
style={{ height: "35px" }}
/>
</Grid>
<Grid item xs={6}>
<Button
variant="outlined"
Expand All @@ -82,14 +90,6 @@ class ButtonAppBar extends Component {
{address}
</Button>
</Grid>
<Grid item xs={6}>
<img
src="LogoRocket.png"
alt="ok"
className="imgStyle1"
style={{ height: "35px" }}
/>
</Grid>
</Grid>
</Toolbar>
</AppBar>
Expand Down
4 changes: 1 addition & 3 deletions client/src/index.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
html {
height: 100%;
/* width: 100%; */
min-height: 100%;
background-image: linear-gradient(160deg, white 70%, #acd7ec 30%);
}

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
Expand Down

0 comments on commit abe20ac

Please sign in to comment.