mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Increase space for main icons on the landing page
(This fixes some overflowing texts in translations)
This commit is contained in:
parent
4d96037042
commit
54bf45f4a5
2 changed files with 13 additions and 4 deletions
|
@ -122,7 +122,13 @@ h2 .rssicon{
|
|||
font-family:Arial, sans-serif;
|
||||
}
|
||||
|
||||
.mainlist>div>div{
|
||||
.mainlist>div:first-child{
|
||||
text-align:right;
|
||||
}
|
||||
.mainlist>div:first-child+div+div{
|
||||
text-align:left;
|
||||
}
|
||||
.mainlist>div>div>div{
|
||||
text-align:right;
|
||||
}
|
||||
.mainlist img{
|
||||
|
|
|
@ -423,11 +423,13 @@ table td,table th{
|
|||
}
|
||||
.mainlist{
|
||||
font-size:125%;
|
||||
margin:30px 0;
|
||||
width:760px;
|
||||
margin:30px auto;
|
||||
display:table;
|
||||
}
|
||||
.mainlist>div{
|
||||
width:250px;
|
||||
display:inline-block;
|
||||
display:table-cell;
|
||||
min-width:240px;
|
||||
}
|
||||
.mainlist>div>div{
|
||||
display:inline-block;
|
||||
|
@ -2255,6 +2257,7 @@ h2 .rssicon{
|
|||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
.mainlist,
|
||||
.mainlist>div{
|
||||
width:auto;
|
||||
display:block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue