Skip to content

Commit

Permalink
fix: intro font
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed Oct 10, 2018
1 parent 23c5084 commit 2808bf7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 32 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/singuerinc/tomeito.svg?branch=master)](https://travis-ci.org/singuerinc/tomeito)

# Tomeito - Pomodoro Timer

Simple, elegant, tasty.
Expand Down
29 changes: 0 additions & 29 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tomeito",
"version": "0.5.0",
"version": "0.5.1",
"author": "singuerinc <nahuel.scotti@gmail.com>",
"description": "Simple, elegant, tasty.",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/components/Intro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ div {
div h1 {
position: absolute;
font-size: 17px;
top: 4px;
font-size: 18px;
top: 5px;
left: 8px;
color: #999;
margin: 0;
Expand Down

0 comments on commit 2808bf7

Please sign in to comment.