Skip to content

Commit 001b4be

Browse files
authored
Update styles.css
1 parent a38355d commit 001b4be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucid
5252
"Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
5353

5454
p {
55-
font-size: 13px;
55+
font-size: 15px; /* 13px; */
5656
font-family: Bahnschrift, Inter, Helvetic, sans-serif;
5757
text-align: left;
5858
margin-left: 5px;
@@ -86,7 +86,7 @@ a.three:visited {color:#000000;} /* black */
8686
a.three:hover {background:#ee7ee7;} /* soft yellow */
8787

8888
h1 {
89-
font-size: 21px;
89+
font-size: 23px;
9090
font-family: Inter, Georgia, BahnSchrift, sans-serif, Consolas;
9191
}
9292
h2 {
@@ -112,7 +112,7 @@ h6 {
112112

113113
body {
114114
font-family: Bahnschrift, Inter, Helvetic, sans-serif;
115-
font-size: 14.5px; /* 1.2rem; */
115+
font-size: 15px; /* 14.5px;, 1.2rem; */
116116
background-color: #f5f5f5; /* very light gray, mostly white */
117117
color: #ffffff; /* white */
118118
text-align: left;

0 commit comments

Comments
 (0)