diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-13 06:52:51 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-13 06:52:51 +0000 |
| commit | 5e064e7b3f36e214029e1f31d78a8bfd2d3d2db3 (patch) | |
| tree | 50a0704fbee3f6ef3be5d16a38cd1e3be21e0b37 /assets | |
| parent | d934a87cdac17604c581eac3cf8ad3d83bf0cdf3 (diff) | |
Added about page, updated footer nav links to accomodate
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index a542d64..f28b713 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -386,3 +386,20 @@ p.solutions-type{ text-align: left; } /********** !user-profile styles *********/ +/** about_page **/ +.about-p{ + + padding: 30px 30px 0px 30px; + font-size: 1.3em; + color: #323232; + +} +.abt-name{ + padding-top: 15px; +} +.abt-content{ + padding: 15px; +} + + +/** !about_page **/ |
