summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-05-08 20:53:25 +0100
committerChristopher Baines <mail@cbaines.net>2015-05-08 20:53:25 +0100
commit6f8e4758db4f78abc662fea3b258e3fe6e06c52b (patch)
treef0ac14ff19771d4744ad1f02af8f3aa1066d19ea /style.css
parent45fabf8c738ee329e9a73b382881f6961a313fc2 (diff)
downloadcbaines.net-6f8e4758db4f78abc662fea3b258e3fe6e06c52b.tar
cbaines.net-6f8e4758db4f78abc662fea3b258e3fe6e06c52b.tar.gz
Improvement for mobile devices
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/style.css b/style.css
index cdd5b01..4795dab 100644
--- a/style.css
+++ b/style.css
@@ -687,9 +687,18 @@ div.sidebar {
padding-right: 10px;
border: 0px;
+ font-size: 120%;
}
-#sidebar-text p {
- text-align: center;
+#sidebar-text {
+ display: none;
+}
+div.sidebar a {
+ text-align: center;
+ font-size: 130%;
+}
+div.sidebar span {
+ text-align: center;
+ font-size: 130%;
}
}