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:
authorShankar <shankar_m@protonmail.com>2018-12-16 18:24:54 +0300
committerShankar <shankar_m@protonmail.com>2018-12-16 18:24:54 +0300
commitc6b1693eaee4ebb4401e04f129993650b83422f8 (patch)
tree25817dad9d9c03aeaa90323a5837572274ba9edd
parent5560ed65f722f6c6d6ca69da48bec2c00e9c05a9 (diff)
Make posts list font size bigger
Font size of posts list was too small to fit the theme. Increasing the same fixes it and makes it more readable Signed-off-by: Shankar <shankar_m@protonmail.com>
-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;