clean up /about page styles on mobile
This commit is contained in:
parent
a0d78290f2
commit
03d440095f
|
@ -1,5 +1,6 @@
|
|||
section.about {
|
||||
margin-top: 20px;
|
||||
padding-left: 20px;
|
||||
|
||||
h3 {
|
||||
margin-bottom: 10px;
|
||||
|
@ -23,7 +24,7 @@ section.about {
|
|||
|
||||
table {
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
|
@ -35,7 +36,7 @@ section.about {
|
|||
}
|
||||
|
||||
td.title {
|
||||
width: 30%;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue