Skip to content

Commit

Permalink
fixed mobile bug;
Browse files Browse the repository at this point in the history
  • Loading branch information
lackdaz committed Jun 22, 2017
1 parent 41c2263 commit 904d062
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/components/docs/Docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main {
transition:width 300ms ease-in-out, height 300ms ease-in-out;
}

.opened{
main.opened{
margin-left: 15vw;
padding: 10vh 10vw;
padding-right: 30vw;
Expand All @@ -26,7 +26,7 @@ main .main-container .rsc-ts-bubble {
}

p {
font-size: 24px;
font-size: 3vh;
line-height: 1.5;
}

Expand Down
6 changes: 6 additions & 0 deletions app/components/docs/pages/intro/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ npm start

const About = () => (
<div className='docs-installation'>
<blockquote>
<p>
"What I do not create, I do not yet understand" <br></br>
- Richard Feynman
</p>
</blockquote>
<p>
My name is Seth Loh Wei Chen and I’m a full-stack web developer graduate from the General Assembly Web Development Immersive. I grew up in Singapore and graduated with a B.Soc.Sci.(Hons) in Economics from the National University of Singapore (NUS) and had worked previous stints as a data analyst, product development and logistics.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const menu = {
{
href: '/about',
title: 'My Story',
description: '"What I do not create, I do not yet understand" - Richard Feynman',
description: '',
component: <About />,
},
{
Expand Down
12 changes: 6 additions & 6 deletions build/js/bundle.js

Large diffs are not rendered by default.

0 comments on commit 904d062

Please sign in to comment.