clean up /about page styles on mobile
This commit is contained in:
parent
a0d78290f2
commit
03d440095f
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue