Skip to content

Commit

Permalink
Prepare for next release and fix responsiveness of about page (#30) (#31
Browse files Browse the repository at this point in the history
)

* Fix responsiveness of about page

* Prepare for next release
  • Loading branch information
danielv14 authored Jul 2, 2019
1 parent eac197f commit 96de06d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color-pix",
"version": "1.0.0",
"version": "1.0.1",
"description": "Nuxt.js app to help users find inspiration from color palettes created via images from Unsplash",
"author": "Daniel Vernberg",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions pages/about.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-container>
<v-layout>
<v-flex sm12>
<v-layout wrap row>
<v-flex class="px-2" sm12 lg6>
<h1 class="display-1">
What is
<span class="primary--text">
Expand All @@ -12,7 +12,7 @@
ColorPix is a image based website that helps users find inspiration from color palettes created via images from Unsplash!
</p>
</v-flex>
<v-flex sm12>
<v-flex class="px-2" sm12 lg6>
<h2 class="display-1">
<span class="primary--text">
How
Expand Down

0 comments on commit 96de06d

Please sign in to comment.