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

github.com/shankar/hugo-grapes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/styles.css')
-rw-r--r--static/css/styles.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 47a979f..64a63c1 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -95,7 +95,7 @@ main {
display: flex;
}
-#about,
+#about,
#collections {
text-align: center;
}
@@ -116,13 +116,20 @@ main {
}
/***********************************/
+/**** Posts div styling ****/
-.grape li p {
- font-size: .75rem;
+#posts li p {
+ font-size: .90em;
margin-top: .25rem;
margin-bottom: 0rem;
}
+#posts li a {
+ font-size: 1.2em;
+}
+
+/*********************************/
+
.grape li,
.sand li {
margin-top: 1.25rem;