aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 20:18:46 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 20:18:46 +0200
commitbcab15752b4aca2e059b0a69006d6e132c4ca233 (patch)
treeb0bed291f10f666823f263d94bff6f354efaac27 /src/styles.css
parent5ed07befc2de849e2d1f05ecb2d5fe067adac0aa (diff)
downloadDevHive-Angular-bcab15752b4aca2e059b0a69006d6e132c4ca233.tar
DevHive-Angular-bcab15752b4aca2e059b0a69006d6e132c4ca233.tar.gz
DevHive-Angular-bcab15752b4aca2e059b0a69006d6e132c4ca233.zip
Made a minor tweak on profile names padding, to improve mobile compatibility
Diffstat (limited to 'src/styles.css')
-rw-r--r--src/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css
index 66fedf7..a1754e4 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -234,6 +234,11 @@ input[type=file]::file-selector-button {
padding: 0.1em;
}
+.side-padding-smaller {
+ padding-right: 0.3em;
+ padding-left: 0.3em;
+}
+
/* Cards */
.card {