aboutsummaryrefslogtreecommitdiff
path: root/resume
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-02-22 15:51:57 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-02-22 15:51:57 +0200
commit7cee4c156de3ed492a5f0ee2a2dcaf19bb184939 (patch)
tree04c52d7492708165aa1e000794ab8ff203d70513 /resume
parent1d98075cd7e043c8aa4c1d5b4d5c40a53044d70a (diff)
downloadcss-snippets-7cee4c156de3ed492a5f0ee2a2dcaf19bb184939.tar
css-snippets-7cee4c156de3ed492a5f0ee2a2dcaf19bb184939.tar.gz
css-snippets-7cee4c156de3ed492a5f0ee2a2dcaf19bb184939.zip
Improved spacing with ratings
Diffstat (limited to 'resume')
-rw-r--r--resume/src/styles.css7
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 {