Skip to content

Commit c6b1a9e

Browse files
committed
improved font sizes
1 parent 7ce0dcb commit c6b1a9e

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

css/new-age.css

+10-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
.body-font {
1212
font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
13+
font-size: 18px;
1314
}
1415
.alt-font {
1516
font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
@@ -23,6 +24,7 @@ body {
2324
}
2425
body {
2526
font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
27+
font-size: 18px;
2628
}
2729
a {
2830
-webkit-transition: all 0.35s;
@@ -73,7 +75,7 @@ p {
7375
font-weight: 200;
7476
letter-spacing: 1px;
7577
color: black;
76-
font-size: 1.7em;
78+
font-size: 1.3em;
7779
}
7880
.navbar-default .navbar-header .navbar-brand:hover,
7981
.navbar-default .navbar-header .navbar-brand:focus {
@@ -395,6 +397,12 @@ section.contact ul.list-social li.social-google-plus a:hover {
395397
.text-3d {
396398
text-shadow: #1abc9c 0 0 1px, #19B394 0 4px 3px, #1AAD90 0 9px 3px, #16a085 0 12px 1px, rgba(0, 0, 0, 0.2) 0 14px 3px, rgba(0, 0, 0, 0.1) 0 20px 10px, rgba(0, 0, 0, 0.2) 0 15px 80px;
397399
}
400+
hr {
401+
margin-bottom: 1em;
402+
}
403+
caption {
404+
font-size: 0.9em;
405+
}
398406
footer {
399407
background-color: #222222;
400408
padding: 25px 0;
@@ -504,7 +512,7 @@ footer ul li a.active {
504512
margin-bottom: 0;
505513
}
506514
.avatar .bio {
507-
font-size: 1em;
515+
font-size: 0.9em;
508516
}
509517
.margin-bottom {
510518
margin-bottom: 2em;

css/new-age.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/mixins.less

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262

6363
.body-font {
6464
font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
65+
font-size: @page-font;
6566
}
6667

6768
.alt-font {

0 commit comments

Comments
 (0)