Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmayer-dev committed Jan 24, 2022
1 parent 36bc889 commit 05dcd2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
html {
}

body {
padding: 10px;
}
Expand All @@ -14,6 +11,10 @@ p, h1, h2, h3, h4, h5, h6, label {
transform: scale(0.9);
}

.release-transition {
transition: all .3s linear;
}

.blockBox {
padding: 0;
}
Expand Down

0 comments on commit 05dcd2c

Please sign in to comment.