Skip to content

Commit 517ecb0

Browse files
committed
Bump font size, remove unused styles
1 parent ad8f609 commit 517ecb0

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

css/style.css

+4-26
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ html {
3333
}
3434
body {
3535
margin: 0;
36-
font: 0.9em/1.692307em 'Bitter', Georgia, 'Times New Roman', Times, serif;
36+
font: 0.95em/1.692307em 'Bitter', Georgia, 'Times New Roman', Times, serif;
3737
color: #24292e;
3838
padding: 0;
3939
height: 100%;
@@ -173,10 +173,10 @@ h1, h2, h3, h4, h5, h6 {
173173
color: #24292e;
174174
line-height: 1.3em;
175175
}
176-
h1 { font-size: 2.769230769230769em; } /* 36 / 13 = 2.769230769230769 */
176+
h1 { font-size: 2.5384615384615383em; } /* 33 / 13 = 2.5384615384615383 */
177177
h2 {
178-
font-size: 1.846153846153846em; /* 24 / 13 = 1.846153846153846 */
179-
margin-top: 1.458333333em; /* 35 / 24 = 1.458333333 */
178+
font-size: 1.6923076923076923em; /* 22 / 13 = 1.6923076923076923 */
179+
margin-top: 1.3333333333333333em; /* 32 / 24 = 1.3333333333333333 */
180180
}
181181
h3 { font-size: 1.538461538461538em; } /* 20 / 13 = 1.538461538461538 */
182182
h4 { font-size: 1.384615384615385em; } /* 18 / 13 = 1.384615384615385 */
@@ -544,12 +544,6 @@ body.learning div.menu li.learning a {
544544
.hentry:last-child {
545545
border-bottom: 0;
546546
}
547-
.singular .hentry {
548-
margin: 0 0 30px 0;
549-
position: relative;
550-
float: left;
551-
width: 100%;
552-
}
553547
.featured { margin-bottom: 20px; }
554548
.sticky .sticky-header {
555549
float: left;
@@ -575,18 +569,11 @@ body.learning div.menu li.learning a {
575569
.hentry .entry-title {
576570
margin: 0 0 0.25em 0;
577571
padding: 0;
578-
font-size: 1.846153846153846em; /* 24 / 13 = 1.846153846153846 */
579572
text-transform: uppercase;
580573
line-height: 1.3em;
581574
border: none;
582575
word-spacing: 2px;
583576
}
584-
.singular .entry-title {
585-
font-size: 1.846153846153846em; /* 24 / 13 = 1.846153846153846 */
586-
margin-bottom: 0.625em;
587-
}
588-
.singular-page .entry-title { color: #ccc; }
589-
.singular-page .entry-title, .singular-attachment .entry-title { margin-bottom: 1.2em; }
590577
.entry-title a, .entry-title a:visited { color: #222; }
591578
.entry-title a:hover { color: #4e2a5e; }
592579

@@ -670,7 +657,6 @@ body.learning div.menu li.learning a {
670657
line-height: 1.692307em;
671658
word-spacing: 2px;
672659
}
673-
.singular .byline { margin-bottom: 1.7em; }
674660
.byline a, .byline a:visited { color: #aaa; }
675661
.byline a:hover { color: #24292e; }
676662
.author, .published, .category, .edit {
@@ -698,14 +684,6 @@ body.learning div.menu li.learning a {
698684
.entry-meta a { color: #666; }
699685
.entry-meta a:hover { color: #24292e; }
700686

701-
/* Singular post prev/next links
702-
-------------------------------------------------------------- */
703-
.singular .loop-nav {
704-
font-size: 0.8461538461538462em;
705-
color: #666;
706-
clear: left;
707-
}
708-
709687
/* Archive/search pagination and comment pagination
710688
-------------------------------------------------------------- */
711689
.pagination.loop-pagination {

0 commit comments

Comments
 (0)