mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue