From 7cee4c156de3ed492a5f0ee2a2dcaf19bb184939 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 22 Feb 2021 15:51:57 +0200 Subject: Improved spacing with ratings --- resume/src/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'resume/src') 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 { -- cgit v1.2.3