From 01d56ff8497dc820f96ebd8a9fc4b07f0d879d04 Mon Sep 17 00:00:00 2001 From: Andre Mourinho Date: Wed, 11 Jul 2018 22:45:32 -0400 Subject: [PATCH] added about page --- src/app/about/about.component.html | 19 ++++++++++++------- src/assets/css/base.scss | 5 +++++ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html index 6e9ce2f..56e9806 100644 --- a/src/app/about/about.component.html +++ b/src/app/about/about.component.html @@ -1,8 +1,9 @@
- -

40 Years of Excellence

+ +

40 Years of Excellence

+
FH & Sons has been in business for 40 years. We have been ISO 9001:2000 certified since May 2000. Our company manufactures plastisol silk screen inks, plastisols for moulding and dipping applications, as well as bulk pigment dispersions. We also distribute for several top end equipment and chemical @@ -15,29 +16,33 @@
-

Client Reviews

+

Client Reviews

- + Sukhvinder Garcha
+ Very good service and good price
- + Cheyenne Gauthier
+ Package received within 2 days of ordering. Super happy with the quality and service, will be ordering again. Thanks!
- + Julia Henriques
+ Great staff, very friendly, great service
- + Jon Weizman
+ Great ink, great service.
diff --git a/src/assets/css/base.scss b/src/assets/css/base.scss index 19ac2d2..bf33a02 100644 --- a/src/assets/css/base.scss +++ b/src/assets/css/base.scss @@ -49,3 +49,8 @@ u:hover, .roboto { font-family: 'Roboto Condensed', sans-serif; } +.custom-line { + padding-bottom: 1.5rem !important; + position: relative !important; + margin-top: .75rem !important; +} \ No newline at end of file