diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-22 15:51:57 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-22 15:51:57 +0200 |
| commit | 7cee4c156de3ed492a5f0ee2a2dcaf19bb184939 (patch) | |
| tree | 04c52d7492708165aa1e000794ab8ff203d70513 | |
| parent | 1d98075cd7e043c8aa4c1d5b4d5c40a53044d70a (diff) | |
| download | css-snippets-7cee4c156de3ed492a5f0ee2a2dcaf19bb184939.tar css-snippets-7cee4c156de3ed492a5f0ee2a2dcaf19bb184939.tar.gz css-snippets-7cee4c156de3ed492a5f0ee2a2dcaf19bb184939.zip | |
Improved spacing with ratings
| -rw-r--r-- | resume/src/styles.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/resume/src/styles.css b/resume/src/styles.css index baeec78..6a48a28 100644 --- a/resume/src/styles.css +++ b/resume/src/styles.css @@ -137,15 +137,16 @@ body { } .rating { - width: 50%; + flex: 1; + min-width: 50%; display: flex; flex-direction: column; - margin-bottom: .7em; + margin-bottom: 1em; } .rating-title { font-weight: bold; - margin-right: 1em; + margin-right: .5em; } .rating-amount { |
