Skip to content

Commit

Permalink
Added link and fixed resonsive issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutika2110 committed Jun 14, 2018
1 parent 1580ab1 commit 164d58d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
3 changes: 2 additions & 1 deletion themes/vueNative/layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
</div>
</div>
<div class="text-center" style="padding-bottom:50px;">
<p>Vue Native was originally started by SmallComfort as react-vue and GeekyAnts has forked it.</p>
<p>Vue Native was originally started by <a href="https://github.com/SmallComfort" target="_blank">SmallComfort</a> as <a href="https://github.com/SmallComfort/react-vue" target="_blank">react-vue</a> and <a href="https://GeekyAnts.com" target="_blank">GeekyAnts</a> has forked it.</p>

</div>
</div>
21 changes: 18 additions & 3 deletions themes/vueNative/source/css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

$width = 900px
$space = 40px
$sm-width = 420px

html
height: 100%
Expand Down Expand Up @@ -44,7 +45,9 @@ body
display: none
.text-center
text-align:center

p
a
color:$green
.flex-wrap
display: flex;
align-items: center;
Expand Down Expand Up @@ -218,9 +221,11 @@ body
.flex-column
flex-direction:column
align-items:center

.card
margin-right:0 !important
#hero
padding: $space 40px 30px
padding: 40px 10px
width: 90%
.hero-logo
float: none
margin: 30px 0 15px
Expand Down Expand Up @@ -249,3 +254,13 @@ body
&:before
content: "—"
color: $green
@media screen and (max-width: $sm-width)
body
.get-started
flex-direction: column;
div
margin-right:0 !important
#hero
.herologo
p
margin-left:0

0 comments on commit 164d58d

Please sign in to comment.