about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-10 11:35:50 -0700
committerCase Duckworth2015-03-10 11:35:50 -0700
commit46624ab1e05caab9f864ee20da069dfb80a1efb1 (patch)
tree767655dc25a88f274881c72548eacc54f3216112 /css
parentCompile 2015-03-10 (diff)
downloadautocento-46624ab1e05caab9f864ee20da069dfb80a1efb1.tar.gz
autocento-46624ab1e05caab9f864ee20da069dfb80a1efb1.zip
Fix more layout issues
Diffstat (limited to 'css')
-rw-r--r--css/common.css14
-rw-r--r--css/verse.css4
2 files changed, 13 insertions, 5 deletions
diff --git a/css/common.css b/css/common.css index f64ad0c..839a2c4 100644 --- a/css/common.css +++ b/css/common.css
@@ -30,11 +30,23 @@ body {
30header { 30header {
31 max-width: 39em; 31 max-width: 39em;
32 margin: auto; 32 margin: auto;
33 text-align: center;
34}
35.title {
36 text-align: left;
37 display: inline-block;
38}
39.subtitle {
40 text-align: center;
41 display: block;
42}
43.dedication {
44 text-align: right;
33} 45}
34#container { 46#container {
35 /* max-width: 39em; */ 47 /* max-width: 39em; */
36 margin: 0 auto; 48 margin: 0 auto;
37 padding-bottom: 24px; 49 padding-bottom: 30px;
38} 50}
39nav { 51nav {
40 height: 24px; 52 height: 24px;
diff --git a/css/verse.css b/css/verse.css index 10fd354..b76ff2c 100644 --- a/css/verse.css +++ b/css/verse.css
@@ -9,10 +9,6 @@
9 text-align: center; 9 text-align: center;
10} 10}
11 11
12header {
13 text-align: left;
14}
15
16.verse { 12.verse {
17 display: inline-block; 13 display: inline-block;
18 text-align: left; 14 text-align: left;