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

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_content.scss')
-rw-r--r--assets/scss/_content.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/scss/_content.scss b/assets/scss/_content.scss
index 1f95356..ebc89bf 100644
--- a/assets/scss/_content.scss
+++ b/assets/scss/_content.scss
@@ -92,6 +92,12 @@
text-align: left;
}
}
+ .nodate.title {
+ margin-left: 3.0rem;
+ @media only screen and (max-width : 768px) {
+ margin-left: 0;
+ }
+ }
.title {
font-size: 1.8rem;
color: $fg-color;