mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Improve readability in small width contexts
Use text-align:left on mobiles instead of justify Use hyphenator.js to hyphenate wallet's description (CSS hyphenation will need to support hyphenate-limit-zone to be used while not generating too much hyphens)
This commit is contained in:
parent
c40c6c68bf
commit
db9910ffa9
13 changed files with 2977 additions and 27 deletions
|
@ -245,6 +245,9 @@ body{
|
|||
.previewrow h2{
|
||||
font-size:115%;
|
||||
}
|
||||
.previewrow p{
|
||||
font-size:95%;
|
||||
}
|
||||
.previewrow div{
|
||||
/*zoom and display are also required for IE7*/
|
||||
zoom:expression(this.parentNode.className=='previewrow'?'1':'');
|
||||
|
@ -316,7 +319,6 @@ body{
|
|||
padding:0;
|
||||
}
|
||||
.previewrow div div div h2{
|
||||
font-size:130%;
|
||||
position:relative;
|
||||
left:30px;
|
||||
margin:0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue