mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Apply a consistent margin and font-size for summary texts
This commit is contained in:
parent
d19cff605f
commit
35481f80c1
10 changed files with 16 additions and 14 deletions
|
@ -8,25 +8,25 @@ body{
|
|||
color:#646464;
|
||||
background-color:#f7f7f7;
|
||||
}
|
||||
h1,h2,h3{
|
||||
text-align:left;
|
||||
}
|
||||
h1{
|
||||
font-family:'Ubuntu', sans-serif;
|
||||
font-weight:700;
|
||||
color:#0d579b;
|
||||
font-size:160%;
|
||||
margin-top: 0;
|
||||
margin-top:0;
|
||||
text-align:left;
|
||||
}
|
||||
h2{
|
||||
font-family:'Ubuntu', sans-serif;
|
||||
font-weight:700;
|
||||
color:#383838;
|
||||
font-size:130%;
|
||||
text-align:left;
|
||||
}
|
||||
h3{
|
||||
color:#383838;
|
||||
font-size:110%;
|
||||
text-align:left;
|
||||
}
|
||||
h1 img,h2 img,h3 img{
|
||||
vertical-align:middle;
|
||||
|
@ -717,6 +717,10 @@ h2 .rssicon{
|
|||
|
||||
.summary{
|
||||
font-size:125%;
|
||||
margin-bottom:40px;
|
||||
}
|
||||
.summarytxt{
|
||||
margin-bottom:40px;
|
||||
}
|
||||
|
||||
.foundation{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue