From bcba82bbbcc55a511de1e126e0741ea6cf9fb505 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 29 Mar 2021 15:40:26 +0300 Subject: Added logic for transferring languages and technologies from available to chosen and back in profile settings --- src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/styles.css') diff --git a/src/styles.css b/src/styles.css index 39b6fb1..c9a4f25 100644 --- a/src/styles.css +++ b/src/styles.css @@ -279,6 +279,10 @@ input[type=file]::file-selector-button { padding: 0.1em; } +.padding-right-1 { + padding-right: 1em !important; +} + .padding-right-1dot5 { padding-right: 1.5em !important; } -- cgit v1.2.3