Skip to content

Commit

Permalink
change some layout things and update a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Pena committed Jul 12, 2018
1 parent 71c6cb7 commit 77260b1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
*.log

node_modules

yarn.lock
dist
coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"koa-convert": "^1.2.0",
"koa-proxy": "^0.6.0",
"koa-static": "^2.0.0",
"node-sass": "^3.7.0",
"node-sass": "^4.9.2",
"normalize.css": "^4.1.1",
"postcss-loader": "^0.9.0",
"react": "^15.0.0",
Expand Down
8 changes: 3 additions & 5 deletions src/components/Tabs/Tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

.wrap {
background: $white;
border-radius: $border-radius;
box-shadow: 10px 10px 30px $black;
position: relative;
max-width: $max-content-width;
Expand All @@ -13,8 +12,8 @@
}

.content {
border-radius: $border-radius;
padding: $padding-wrapper;
height: auto;
}

.home {
Expand Down Expand Up @@ -113,9 +112,8 @@

.ul {
list-style-type: none;
position: relative;
left: -22px;
padding: 0;
margin: 0;
}

.link {
Expand All @@ -125,7 +123,7 @@
font-size: 1.8rem;
width: 3.5rem;
height: 3.5rem;
padding: .3rem;
padding: 8px;
text-align: center;
display: inline-block;
color: inherit;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/Home/HomeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const HomeView = () => (
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis
parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec
pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis Aenean massa. Cum sociis natoque penatibus et magnis dis</p>
</Content>
<Img src={me} />
</Tab>
Expand Down
4 changes: 2 additions & 2 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ $font-family-base: 'Open Sans', 'HelveticaNeue-Light', sans-serif;
* ======================================================================== */

$max-content-width: 1000px;
$padding-wrapper: 1rem 0 4rem 7.5rem;
$padding-wrapper: 4rem 0 7rem 7.5rem;
$padding-wrapper-tablet: 2rem;
$border-radius: 0.5rem;
$padding-wrapper-xs: 0.5rem 2rem;



$max-content-width: 1000px;
$max-content-width: 1000px;

0 comments on commit 77260b1

Please sign in to comment.