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

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/style.scss')
-rw-r--r--assets/sass/style.scss16
1 files changed, 13 insertions, 3 deletions
diff --git a/assets/sass/style.scss b/assets/sass/style.scss
index 3418578..66fb010 100644
--- a/assets/sass/style.scss
+++ b/assets/sass/style.scss
@@ -421,6 +421,8 @@ table {
/* ============================================================ */
.author-profile {
+ margin: 0 40px;
+
&:after {
border-bottom: 1px dotted $secondary;
content: "";
@@ -531,7 +533,8 @@ table {
}
.post-container,
- .post-list {
+ .post-list,
+ .author-profile {
margin-right: 25px;
margin-left: 25px;
}
@@ -549,11 +552,18 @@ table {
}
@media only screen and (max-width: 400px) {
- .post-title { font-size: 32px; }
+ .post-title,
+ .author-name { font-size: 32px; }
.post-container,
- .post-list {
+ .post-list,
+ .author-profile {
margin-right: 15px;
margin-left: 15px;
}
+
+ .author-meta span {
+ display: block;
+ margin: 18px 0;
+ }
}