summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-24 04:41:47 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-24 04:41:47 -0500
commit10520bcf976595438ce7e2a0d522492ba63be654 (patch)
treea8ef055c3ef7c32636d246ba01d63a5e3e9c136f
parent897b8d7490840def6a675c8eacc8c32bd07e2b1d (diff)
add some more CSS
-rw-r--r--public/assets/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/assets/style.css b/public/assets/style.css
index 49c77c8..874c10c 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -46,3 +46,24 @@ footer {
font-size: 70%;
color: #333333;
}
+
+h1 {
+ text-align: center;
+ font-family: sans-serif;
+}
+
+a {
+ text-decoration: none;
+}
+a:hover, a:focus {
+ background: #DDDDFF;
+}
+
+@media screen and (min-width: 480px) {
+ body {
+ width: 80%;
+ min-width: 480px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+}