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

github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/single.scss')
-rw-r--r--assets/scss/single.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/scss/single.scss b/assets/scss/single.scss
new file mode 100644
index 0000000..f335114
--- /dev/null
+++ b/assets/scss/single.scss
@@ -0,0 +1,14 @@
+
+.single {
+ line-height: 1.5;
+ color: #4C4E4D;
+ .single-title {
+ font-size: 36px;
+ text-align: center;
+ margin-bottom: 40px;
+ }
+
+ p {
+ margin-bottom: 30px;
+ }
+} \ No newline at end of file