Skip to content

Commit aaaf22b

Browse files
author
Philip Guo
committed
improved readability on home page
1 parent 3bece16 commit aaaf22b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

edu-python-title.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Secondary Color B:
3939
body {
4040
background-color: white;
4141
font-family: verdana, arial, helvetica, sans-serif;
42-
font-size: 10pt;
42+
/*font-size: 10pt;*/
43+
font-size: 14px; /* for better readability */
4344
}
4445

4546
a {
@@ -72,6 +73,7 @@ h2 {
7273
line-height: 1.1em; /* enforce single spacing so that Georgia works */
7374

7475
margin-top: 2px;
76+
margin-bottom: 20px;
7577
}
7678

7779
div.activityPane {
@@ -99,7 +101,7 @@ pre {
99101

100102
#footer {
101103
text-align: center;
102-
color: #666666;
104+
color: #444444;
103105
font-size: 9pt;
104106
max-width: 700px;
105107
border-top: 1px solid #bbbbbb;

0 commit comments

Comments
 (0)