Skip to content

Commit 2b1cc34

Browse files
committed
css: fix details
1 parent 6c5205b commit 2b1cc34

File tree

6 files changed

+23
-13
lines changed

6 files changed

+23
-13
lines changed

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<!-- Google Font -->
4040
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,600,700,800,900&display=swap"
4141
rel="stylesheet">
42+
<link href="http://fonts.googleapis.com/earlyaccess/nanumgothic.css" rel="stylesheet">
4243

4344
<!-- Css Styles -->
4445
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap.min.css" type="text/css">

assets/css/style.css

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
html,
3636
body {
3737
height: 100%;
38-
font-family: "Libre Franklin", sans-serif;
38+
font-family: 'Nanum Gothic', sans-serif;
3939
-webkit-font-smoothing: antialiased;
4040
font-smoothing: antialiased;
4141
}
@@ -46,7 +46,7 @@ h3,
4646
h4,
4747
h5,
4848
h6 {
49-
margin: 0;
49+
margin: 20px 0;
5050
color: #ffffff;
5151
font-weight: 400;
5252
font-family: "Libre Franklin", sans-serif;
@@ -78,7 +78,7 @@ h6 {
7878

7979
p {
8080
font-size: 16px;
81-
font-family: "Libre Franklin", sans-serif;
81+
font-family: 'Nanum Gothic', sans-serif;
8282
color: #b3b3b3;
8383
font-weight: 400;
8484
line-height: 26px;
@@ -106,7 +106,7 @@ a:focus {
106106
ul,
107107
ol {
108108
padding: 0;
109-
margin: 0;
109+
margin: 15px;
110110
}
111111

112112
li {
@@ -125,6 +125,10 @@ pre code {
125125
border-radius: 2%;
126126
}
127127

128+
.MathJax span{
129+
color: #ffffff
130+
}
131+
128132
/*---------------------
129133
Helper CSS
130134
-----------------------*/
@@ -272,7 +276,7 @@ pre code {
272276
}
273277

274278
.logo {
275-
padding: 24px 0 30px;
279+
padding: 30px 0 30px;
276280
}
277281

278282
.logo a {
@@ -344,7 +348,7 @@ pre code {
344348
color: #ffffff;
345349
font-weight: 700;
346350
display: inline-block;
347-
padding: 25px 0 30px;
351+
padding: 10px 0 10px;
348352
-webkit-transition: all 0.3s;
349353
-o-transition: all 0.3s;
350354
transition: all 0.3s;
@@ -622,7 +626,7 @@ pre code {
622626

623627
.breadcrumb-section {
624628
background: #2a2a2a;
625-
padding: 50px 0;
629+
padding: 30px 0;
626630
}
627631

628632
.breadcrumb-section.bread-normal {
@@ -631,6 +635,7 @@ pre code {
631635

632636
.breadcrumb-option {
633637
line-height: 36px;
638+
padding: 20px 0px
634639
}
635640

636641
.breadcrumb-option a {
@@ -694,7 +699,7 @@ pre code {
694699

695700
.blog-item.solid-bg {
696701
background: #A4B9C6;
697-
padding: 55px 45px 55px 65px;
702+
padding: 55px 45px 55px 45px;
698703
}
699704

700705
.blog-item.solid-bg .bi-text {
@@ -703,6 +708,7 @@ pre code {
703708

704709
.blog-item.solid-bg .bi-text ul li {
705710
color: #ffffff;
711+
margin: 0;
706712
}
707713

708714
.blog-item.solid-bg .bi-text h4 {
@@ -727,12 +733,14 @@ pre code {
727733
}
728734

729735
.blog-item .bi-text {
730-
padding-top: 46px;
736+
padding-top: 0px;
731737
padding-right: 20px;
732738
padding-bottom: 38px;
733739
}
734740

735741
.blog-item .bi-text ul {
742+
margin-top: 0px;
743+
margin-left: 0px;
736744
margin-bottom: 17px;
737745
}
738746

@@ -742,6 +750,7 @@ pre code {
742750
color: #A4B9C6;
743751
font-size: 14px;
744752
margin-right: 8px;
753+
margin-left: 0;
745754
}
746755

747756
.blog-item .bi-text ul li i {

codingPractices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>Coding Practices</h3>
3636
</ul>
3737
<a href="{{ post.url | prepend: site.baseurl }}">
3838
<h4>{{ post.title }}</h4>
39-
<p>{{ post.excerpt | strip_html | truncatewords: 30 }}</p>
39+
<p>{{ post.excerpt | strip_html | truncatewords: 20 }}</p>
4040
</a>
4141
<div class="bt-author">
4242
<div class="ba-text">

firstContact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>First Contact with Tensorflow</h3>
3636
</ul>
3737
<a href="{{ post.url | prepend: site.baseurl }}">
3838
<h4>{{ post.title }}</h4>
39-
<p>{{ post.excerpt | strip_html | truncatewords: 30 }}</p>
39+
<p>{{ post.excerpt | strip_html | truncatewords: 20 }}</p>
4040
</a>
4141
<div class="bt-author">
4242
<div class="ba-text">

handsOnML.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>Hands on Machine Learning</h3>
3636
</ul>
3737
<a href="{{ post.url | prepend: site.baseurl }}">
3838
<h4>{{ post.title }}</h4>
39-
<p>{{ post.excerpt | strip_html | truncatewords: 30 }}</p>
39+
<p>{{ post.excerpt | strip_html | truncatewords: 20 }}</p>
4040
</a>
4141
<div class="bt-author">
4242
<div class="ba-text">

laonPeople.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h3>Laon People ML blog review</h3>
3636
</ul>
3737
<a href="{{ post.url | prepend: site.baseurl }}">
3838
<h4>{{ post.title }}</h4>
39-
<p>{{ post.excerpt | strip_html | truncatewords: 30 }}</p>
39+
<p>{{ post.excerpt | strip_html | truncatewords: 20 }}</p>
4040
</a>
4141
<div class="bt-author">
4242
<div class="ba-text">

0 commit comments

Comments
 (0)