Skip to content

Commit

Permalink
fixed responsive bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutika2110 committed Jun 13, 2018
1 parent f7876ac commit beca18c
Show file tree
Hide file tree
Showing 8 changed files with 5,058 additions and 4 deletions.
5,050 changes: 5,050 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

Binary file added src/images/vie-native.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/vueNative/layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</p>
</div>
</div>
<div style="display: flex;justify-content: space-between;">
<div style="display: flex;justify-content: space-between;" class="flex-column">
<div>
<div style="font-size: 22px">Quick hello world Example</div>
<figure class="highlight html" style="margin-left: 0;"><table><tbody><tr><td class="code"><pre><span class="line"><span class="tag">&lt;<span class="name">template</span>&gt;</span></span><br><span class="line"> <span class="tag">&lt;<span class="name">view</span> <span class="attr">class</span>=<span class="string">"container"</span>&gt;</span></span><br><span class="line"> <span class="tag">&lt;<span class="name">text</span> <span class="attr">class</span>=<span class="string">"text-color-primary"</span>&gt;</span>{{message}}<span class="tag">&lt;/<span class="name">text</span>&gt;</span></span><br><span class="line"> <span class="tag">&lt;/<span class="name">view</span>&gt;</span></span><br><span class="line"><span class="tag">&lt;/<span class="name">template</span>&gt;</span></span><br></pre></td></tr></tbody></table></figure>
Expand Down
10 changes: 7 additions & 3 deletions themes/vueNative/source/css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ body
&.top
background-color: transparent
box-shadow: none
display: none
.logo
display: none

#hero
padding: $space 40px 30px
background-color: #fff
width: 870px;
max-width: 870px;
margin: 0 auto;
.inner
margin: 50px;
Expand Down Expand Up @@ -127,14 +128,13 @@ body
font-weight: 700
color: #fff


@media screen and (max-width: $width)
body
-webkit-text-size-adjust: none
font-size: 14px
.sidebar
display: block
#header
display: none
#mobile-bar
display: block
#hero
Expand Down Expand Up @@ -167,3 +167,7 @@ body
&:before
content: "—"
color: $green
.flex-column{
flex-direction:column
align-items:center
}
Binary file added themes/vueNative/source/images/kitchenSink.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/vueNative/source/images/landing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/vueNative/source/images/to-do.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/vueNative/source/images/vie-native.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit beca18c

Please sign in to comment.