summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2015-08-16 21:00:19 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2015-08-16 21:00:19 +0530
commit54ffed40118e37e5a60c4c64cf907c8828173757 (patch)
tree0eb28074d7f6adf0a0cc7e34b96de8260e852212 /themes
parentfacd33398c467ba0007ed8d8ee3d7c5a46757f3b (diff)
parent2a7c964e0cfcc0c64a955a71a169965221639302 (diff)
Merge branch 'master' into rusty-makeover
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