clean up /about page styles on mobile

This commit is contained in:
Jeff Atwood 2014-10-07 00:18:54 -07:00
parent a0d78290f2
commit 03d440095f
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
section.about { section.about {
margin-top: 20px; margin-top: 20px;
padding-left: 20px;
h3 { h3 {
margin-bottom: 10px; margin-bottom: 10px;
@ -23,7 +24,7 @@ section.about {
table { table {
margin-top: 20px; margin-top: 20px;
width: 100%; width: 90%;
th { th {
text-align: left; text-align: left;
@ -35,7 +36,7 @@ section.about {
} }
td.title { td.title {
width: 30%; width: 33%;
} }
} }