Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyOrekhov committed May 30, 2020
1 parent 81cb9e5 commit ebf457c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions dist/holiday.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,13 @@ label > [type="radio"]:enabled {

html {
height: 100%;
line-height: 1.4;
}

h1,
h2,
h3 {
line-height: 1.15;
}

body {
Expand All @@ -326,9 +333,7 @@ body {
overflow-wrap: break-word;
display: flex;
flex-direction: column;

/* `- 2px` is a hack for getting rid of vertical scroll */
min-height: calc(100% - 2px);
min-height: 100%;
}

main {
Expand All @@ -347,6 +352,7 @@ table {

pre {
overflow-x: auto;
line-height: 1.15;
}

code {
Expand All @@ -360,13 +366,13 @@ pre code {
}

kbd {
padding: 0.5rem;
min-width: 2.25rem;
min-height: 2rem;
padding: 0 0.25rem;
min-width: 1.5rem;
min-height: 1.5rem;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 0.25rem;
margin: 0 0.1rem;
max-width: 100%;
overflow: hidden;
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holiday.css",
"version": "0.6.0",
"version": "0.7.0",
"description": "A classless CSS theme",
"main": "dist/holiday.css",
"style": "dist/holiday.css",
Expand Down

0 comments on commit ebf457c

Please sign in to comment.