aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css17
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 **/