Skip to content

Commit

Permalink
CSS tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Sep 4, 2023
1 parent 54d2eec commit 6eb5059
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/numerology.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ section {
}
.desc {
display: inline-block;
margin: 10px 0 20px;
margin: 10px 0 16px;
color: grey;
}

.calc {
Expand All @@ -113,7 +114,7 @@ section {
margin-bottom: 10px;
}
.meaning > div {
padding: 7px 0 0 90px;
padding: 0 0 0 90px;
}
.meaning > .num {
position: absolute;
Expand Down

0 comments on commit 6eb5059

Please sign in to comment.