mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +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{
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.contributors{
|
||||
width:890px;
|
||||
text-align:left;
|
||||
|
@ -2140,6 +2139,11 @@ h2 .rssicon{
|
|||
.tablehalf img{
|
||||
width:auto;
|
||||
height:auto;
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
.tablehalf h2 {
|
||||
text-align: center;
|
||||
}
|
||||
.listtable div div{
|
||||
display:block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue