From 95d63381f33f02aec1c94ee1b3bc2b50a8cdce5d Mon Sep 17 00:00:00 2001 From: aldrichvalentino <aldrich.vh97@gmail.com> Date: Sat, 30 Sep 2017 09:28:13 +0700 Subject: [PATCH] minor changes to primary styling --- css/dashboard.css | 16 +++++++++++++++- css/primary.css | 6 ++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/css/dashboard.css b/css/dashboard.css index a86c5557..680c989d 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -36,18 +36,32 @@ .sub-header { font-size: 0; + margin: 10px 0; } .sub-header-heading, .edit-icon { display: inline-block; font-size: initial; - width: 50%; +} + +.sub-header-heading { + width: 80%; +} + +.sub-header-heading h1 { + margin: 0; + font-size: 2rem; } .edit-icon { + width: 20%; text-align: right; } +.edit-icon img { + width: 25px; +} + .user-profile { width: 100%; text-align: center; diff --git a/css/primary.css b/css/primary.css index 1e5a1722..31eaef75 100644 --- a/css/primary.css +++ b/css/primary.css @@ -2,4 +2,10 @@ body { margin: 0; font-family: sans-serif; padding: 10px; + text-align: center; +} +.container { + width: 700px; + text-align: initial; + display: inline-block; } \ No newline at end of file -- GitLab