Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kishaningithub/hugo-creative-portfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Chlebicki <5tan@users.noreply.github.com>2019-01-04 17:20:21 +0300
committerStan Chlebicki <5tan@users.noreply.github.com>2019-01-04 17:20:21 +0300
commit4f43b624fdf1df2522793093c74d555c849ab3db (patch)
tree988998a0fc693592a59b49698c83dfbaa8a0725c
parentb048723598b885ae71f95f1a79c891c0baee41d8 (diff)
Fixed sidebar padding in custom style files
-rw-r--r--static/css/style.blue.css8
-rw-r--r--static/css/style.green.css8
-rw-r--r--static/css/style.pink.css8
-rw-r--r--static/css/style.red.css8
-rw-r--r--static/css/style.sea.css8
-rw-r--r--static/css/style.violet.css8
6 files changed, 24 insertions, 24 deletions
diff --git a/static/css/style.blue.css b/static/css/style.blue.css
index e8c401d..719eafc 100644
--- a/static/css/style.blue.css
+++ b/static/css/style.blue.css
@@ -324,12 +324,12 @@ SIDEBAR + RIGHT COLUMN
position: fixed;
width: inherit;
z-index: 0;
- padding: 0 1em 0 0.2em;
+ padding: 0 1.7em 0 0em;
}
@media screen and (min-width: 992px) {
.sidebar-content {
- padding-left: 20px;
- padding-right: 20px;
+ padding-left: 0px;
+ padding-right: 18px;
}
}
.sidebar-heading {
@@ -2114,4 +2114,4 @@ a.list-group-item.active > .badge,
}
.nav-pills > li > a > .badge {
margin-left: 3px;
-} \ No newline at end of file
+}
diff --git a/static/css/style.green.css b/static/css/style.green.css
index 7b2ee9f..e770ce0 100644
--- a/static/css/style.green.css
+++ b/static/css/style.green.css
@@ -324,12 +324,12 @@ SIDEBAR + RIGHT COLUMN
position: fixed;
width: inherit;
z-index: 0;
- padding: 0 1em 0 0.2em;
+ padding: 0 1.7em 0 0em;
}
@media screen and (min-width: 992px) {
.sidebar-content {
- padding-left: 20px;
- padding-right: 20px;
+ padding-left: 0px;
+ padding-right: 18px;
}
}
.sidebar-heading {
@@ -2114,4 +2114,4 @@ a.list-group-item.active > .badge,
}
.nav-pills > li > a > .badge {
margin-left: 3px;
-} \ No newline at end of file
+}
diff --git a/static/css/style.pink.css b/static/css/style.pink.css
index 941d8e1..a4e3b85 100644
--- a/static/css/style.pink.css
+++ b/static/css/style.pink.css
@@ -324,12 +324,12 @@ SIDEBAR + RIGHT COLUMN
position: fixed;
width: inherit;
z-index: 0;
- padding: 0 1em 0 0.2em;
+ padding: 0 1.7em 0 0em;
}
@media screen and (min-width: 992px) {
.sidebar-content {
- padding-left: 20px;
- padding-right: 20px;
+ padding-left: 0px;
+ padding-right: 18px;
}
}
.sidebar-heading {
@@ -2114,4 +2114,4 @@ a.list-group-item.active > .badge,
}
.nav-pills > li > a > .badge {
margin-left: 3px;
-} \ No newline at end of file
+}
diff --git a/static/css/style.red.css b/static/css/style.red.css
index 31f564c..6718899 100644
--- a/static/css/style.red.css
+++ b/static/css/style.red.css
@@ -324,12 +324,12 @@ SIDEBAR + RIGHT COLUMN
position: fixed;
width: inherit;
z-index: 0;
- padding: 0 1em 0 0.2em;
+ padding: 0 1.7em 0 0em;
}
@media screen and (min-width: 992px) {
.sidebar-content {
- padding-left: 20px;
- padding-right: 20px;
+ padding-left: 0px;
+ padding-right: 18px;
}
}
.sidebar-heading {
@@ -2114,4 +2114,4 @@ a.list-group-item.active > .badge,
}
.nav-pills > li > a > .badge {
margin-left: 3px;
-} \ No newline at end of file
+}
diff --git a/static/css/style.sea.css b/static/css/style.sea.css
index c7a83f7..389d92d 100644
--- a/static/css/style.sea.css
+++ b/static/css/style.sea.css
@@ -324,12 +324,12 @@ SIDEBAR + RIGHT COLUMN
position: fixed;
width: inherit;
z-index: 0;
- padding: 0 1em 0 0.2em;
+ padding: 0 1.7em 0 0em;
}
@media screen and (min-width: 992px) {
.sidebar-content {
- padding-left: 20px;
- padding-right: 20px;
+ padding-left: 0px;
+ padding-right: 18px;
}
}
.sidebar-heading {
@@ -2114,4 +2114,4 @@ a.list-group-item.active > .badge,
}
.nav-pills > li > a > .badge {
margin-left: 3px;
-} \ No newline at end of file
+}
diff --git a/static/css/style.violet.css b/static/css/style.violet.css
index bae1f87..e3fa656 100644
--- a/static/css/style.violet.css
+++ b/static/css/style.violet.css
@@ -324,12 +324,12 @@ SIDEBAR + RIGHT COLUMN
position: fixed;
width: inherit;
z-index: 0;
- padding: 0 1em 0 0.2em;
+ padding: 0 1.7em 0 0em;
}
@media screen and (min-width: 992px) {
.sidebar-content {
- padding-left: 20px;
- padding-right: 20px;
+ padding-left: 0px;
+ padding-right: 18px;
}
}
.sidebar-heading {
@@ -2114,4 +2114,4 @@ a.list-group-item.active > .badge,
}
.nav-pills > li > a > .badge {
margin-left: 3px;
-} \ No newline at end of file
+}