summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/pelican-elegant-1.3/static/css/style.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/themes/pelican-elegant-1.3/static/css/style.css b/themes/pelican-elegant-1.3/static/css/style.css
index 8b7492c..e9170e7 100644
--- a/themes/pelican-elegant-1.3/static/css/style.css
+++ b/themes/pelican-elegant-1.3/static/css/style.css
@@ -395,3 +395,31 @@ dt:hover > a.headerlink {
visibility: visible;
text-decoration:none;
}
+
+h1#recent-posts {
+ font-size: 30px;
+}
+
+a#allposts {
+ width: 100%;
+}
+
+@media screen and (min-width: 480px) {
+ h1#recent-posts {
+ font-size: 38.5px;
+ }
+
+}
+
+@media screen and (min-width: 360px) {
+ a#allposts {
+ width: inherit;
+ }
+}
+
+.emoji {
+ width: 20px;
+ height: 20px;
+ vertical-align: middle;
+ border: 0px none;
+} \ No newline at end of file