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/css/style.css')
-rw-r--r--assets/css/style.css29
1 files changed, 19 insertions, 10 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index a9aeae6..dca6fe1 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -371,12 +371,14 @@ table {
/* ============================================================ */
/* Author */
/* ============================================================ */
-.author-profile:after {
- border-bottom: 1px dotted #303030;
- content: "";
- display: block;
- margin: 40px auto 0;
- width: 100px; }
+.author-profile {
+ margin: 0 40px; }
+ .author-profile:after {
+ border-bottom: 1px dotted #303030;
+ content: "";
+ display: block;
+ margin: 40px auto 0;
+ width: 100px; }
.author-meta {
color: #AEADAD;
@@ -464,7 +466,8 @@ table {
display: block; }
.post-container,
- .post-list {
+ .post-list,
+ .author-profile {
margin-right: 25px;
margin-left: 25px; }
@@ -477,10 +480,16 @@ table {
.share a {
margin: 0 5px 0 0; } }
@media only screen and (max-width: 400px) {
- .post-title {
+ .post-title,
+ .author-name {
font-size: 32px; }
.post-container,
- .post-list {
+ .post-list,
+ .author-profile {
margin-right: 15px;
- margin-left: 15px; } }
+ margin-left: 15px; }
+
+ .author-meta span {
+ display: block;
+ margin: 18px 0; } }