Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit ff0d96507bf0ca4e6955f150101cff753dfa7dc3
Author: Gustavo Santos <devgustavosantos@gmail.com>
Date:   Thu Aug 15 07:08:57 2024 -0300

    chore: update package to version 1.0.1

commit eabe8502fe1738f18c9492792c40cc6b754ee805
Author: Gustavo Santos <devgustavosantos@gmail.com>
Date:   Thu Aug 15 07:06:47 2024 -0300

    fix: proportion of heights and widths
  • Loading branch information
devgustavosantos committed Aug 15, 2024
1 parent 7dbbe9f commit 50cc8a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!doctype html>
<html lang="pt-br">
<html
lang="pt-br"
id="ignite-timer"
>
<head>
<link
rel="preconnect"
Expand All @@ -26,7 +29,7 @@
href="./src/assets/ignite-logo.svg"
/>
</head>
<body>
<body id="ignite-timer-body">
<div id="root"></div>
<script
type="module"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ignite-timer",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"prepare": "husky install",
Expand Down
4 changes: 2 additions & 2 deletions src/styles/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { createGlobalStyle } from 'styled-components';
import { BREAKPOINTS } from './breakpoints';

export const Global = createGlobalStyle`
html {
html#ignite-timer {
font-size: 6.25%;//16px
}
body,
body#ignite-timer-body,
input,
button,
textarea {
Expand Down

0 comments on commit 50cc8a0

Please sign in to comment.