diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 22:08:19 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 22:08:19 +0300 |
| commit | a4228b745f1c204d06b5e5ee75054e6740b76359 (patch) | |
| tree | 9407df4982d7b69f67948491558a39339ff832b3 | |
| parent | 47a43f8cfca47daa18cb39c0c644b97d2234da84 (diff) | |
Harmonise font sizes
| -rw-r--r-- | src/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles.css b/src/styles.css index 9e34f28..7f5d4e6 100644 --- a/src/styles.css +++ b/src/styles.css @@ -141,7 +141,7 @@ h3 { left: 0;
padding: 5px;
background-color: white;
- font-size: 30px;
+ font-size: 25px;
max-width: 70%;
}
@@ -158,7 +158,7 @@ h3 { }
.contact-info {
- font-size: 28px;
+ font-size: 25px;
}
.contact-info a {
|
