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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-01-09 10:07:47 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-01-09 10:07:47 +0300
commitebec4a9c55e5e34eb2982987411a29f0aaf136c2 (patch)
tree2d44741125e352ed64b85087d2061486f249b092
parent9a92f29ab853ba3afd6aa0e357a49da8925dac57 (diff)
modified work single page
-rw-r--r--assets/css/style.css1
-rw-r--r--layouts/portfolio/single.html6
2 files changed, 1 insertions, 6 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index a2de3a6..4296b39 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1013,7 +1013,6 @@ article {
.work-single-sidebar {
background: #eae9ec;
- margin: 70px 0 50px;
position: -webkit-sticky;
position: sticky;
top: 100px;
diff --git a/layouts/portfolio/single.html b/layouts/portfolio/single.html
index 7841cc2..419daef 100644
--- a/layouts/portfolio/single.html
+++ b/layouts/portfolio/single.html
@@ -24,17 +24,13 @@
<section class="work-single">
<div class="container">
<div class="row">
- <div class="col-lg-12">
+ <div class="col-lg-8">
{{ with .Params.image }}
<div class="work-single-image">
<!-- Work Single Image -->
<img class="img-fluid w-100" src="{{ . | absURL }}" alt="work-single-image">
</div>
{{ end }}
- </div>
- </div>
- <div class="row">
- <div class="col-lg-8">
<!-- work single Content -->
{{ with .Content }}
<div class="work-single-content">