From 64862269a1d637725286c39ec6c6dd019bcbe3b4 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Sun, 26 May 2019 02:05:19 +0300 Subject: [PATCH] Add css --- src/components/homesections/homesections.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/homesections/homesections.css b/src/components/homesections/homesections.css index 647a9500d4..4d9da44e38 100644 --- a/src/components/homesections/homesections.css +++ b/src/components/homesections/homesections.css @@ -1,3 +1,7 @@ +.homeLibrarytext{ + padding-left: 5px +} + .homeLibraryButton { min-width: 18%; margin: .5em !important; @@ -8,4 +12,4 @@ .homeLibraryButton { width: 46% !important; } -} \ No newline at end of file +}