From 6fd5a048dad9b291e2de6a00de6f5b8441161cd6 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 11 Jan 2016 17:02:48 -0300 Subject: [PATCH] Fix container width --- src/app/components/navbar/navbar.scss | 7 +++++++ src/app/profile/profile.html | 8 +------- src/app/profile/profile.scss | 7 +++++++ src/index.html | 1 + 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 src/app/profile/profile.scss diff --git a/src/app/components/navbar/navbar.scss b/src/app/components/navbar/navbar.scss index 889adfd..c234ec0 100644 --- a/src/app/components/navbar/navbar.scss +++ b/src/app/components/navbar/navbar.scss @@ -1,5 +1,12 @@ .navbar { + .container-fluid { + padding: 0 12%; + @media (max-width: 978px) { + padding: 0 2%; + } + } + .noosfero-logo img { height: 35px; } diff --git a/src/app/profile/profile.html b/src/app/profile/profile.html index a86ca95..4ad2847 100644 --- a/src/app/profile/profile.html +++ b/src/app/profile/profile.html @@ -1,11 +1,5 @@ -
- -
- -
- +
-
diff --git a/src/app/profile/profile.scss b/src/app/profile/profile.scss new file mode 100644 index 0000000..ab49f99 --- /dev/null +++ b/src/app/profile/profile.scss @@ -0,0 +1,7 @@ +.profile-container { + @extend .container-fluid; + padding: 0 12%; + @media (max-width: 978px) { + padding: 0 2%; + } +} diff --git a/src/index.html b/src/index.html index 04e169b..93a5736 100644 --- a/src/index.html +++ b/src/index.html @@ -25,6 +25,7 @@

You are using an outdated browser. Please upgrade your browser to improve your experience.

+
-- libgit2 0.21.2