mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Merge pull request #490 from botweb/patch-2
images and h2 tags should be centered mobile
This commit is contained in:
commit
18cc42647a
1 changed files with 5 additions and 1 deletions
|
@ -968,7 +968,6 @@ table td,table th{
|
||||||
.tablehalf p{
|
.tablehalf p{
|
||||||
text-align:left;
|
text-align:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contributors{
|
.contributors{
|
||||||
width:890px;
|
width:890px;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
|
@ -2140,6 +2139,11 @@ h2 .rssicon{
|
||||||
.tablehalf img{
|
.tablehalf img{
|
||||||
width:auto;
|
width:auto;
|
||||||
height:auto;
|
height:auto;
|
||||||
|
margin: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.tablehalf h2 {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.listtable div div{
|
.listtable div div{
|
||||||
display:block;
|
display:block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue