use consistent font-size for text
This commit is contained in:
parent
936845089b
commit
5837ab69b9
@ -43,7 +43,7 @@ body {
|
||||
color:#c60032;font-size:1.2em;width:70%;margin-right:auto;margin-left:auto;text-align:justify;
|
||||
}
|
||||
div.section-text {
|
||||
color:#c60032;font-size:1em;width:80%;margin-right:auto;margin-left:auto;text-align:justify;
|
||||
color:#c60032;font-size:1.2em;width:80%;margin-right:auto;margin-left:auto;text-align:justify;
|
||||
}
|
||||
|
||||
#tagline {
|
||||
|
@ -19,7 +19,7 @@ body {
|
||||
color:#C60032;font-size:1.2em;width:700px;margin-right:auto;margin-left:auto;text-align:justify;
|
||||
}
|
||||
div.section-text {
|
||||
color:#C60032;font-size:1em;width:700px;margin-right:auto;margin-left:auto;text-align:justify;
|
||||
color:#C60032;font-size:1.2em;width:700px;margin-right:auto;margin-left:auto;text-align:justify;
|
||||
}
|
||||
|
||||
|
||||
@ -146,7 +146,7 @@ div.summary-node {
|
||||
position: fixed;
|
||||
width: 50px;
|
||||
text-align: center ;
|
||||
font-size:1em;
|
||||
font-size:1.2em;
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user