mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -07:00
Refurnish
This commit is contained in:
+9
-9
@@ -2,7 +2,7 @@
|
||||
.page-heading {
|
||||
font-size:40px;
|
||||
font-weight: normal;
|
||||
margin: 20px;
|
||||
margin: 0px;
|
||||
@include media-query($on-palm) {
|
||||
margin: 10px;
|
||||
font-size: 34px;
|
||||
@@ -23,12 +23,12 @@
|
||||
}
|
||||
.post-list {
|
||||
margin: 0;
|
||||
padding: 20px 40px;
|
||||
padding: 10px 0px;
|
||||
list-style: none;
|
||||
> li {
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #CCC;
|
||||
margin-bottom: 15px;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 2px dotted rgb(63, 63, 63);
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.post-title {
|
||||
font-size: 28px;
|
||||
@@ -37,14 +37,14 @@
|
||||
}
|
||||
.post-meta {
|
||||
font-size: $small-font-size;
|
||||
color: #666;
|
||||
margin: 0 20px;
|
||||
color: rgb(170, 170, 170);
|
||||
margin: 0 0px;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
.post-excerpt {
|
||||
&, * {
|
||||
font-size: $small-font-size;
|
||||
line-height: $small-font-size;
|
||||
line-height: $small-font-size * 1.1;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
color: #333;
|
||||
@@ -70,7 +70,7 @@
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
margin: 0 20px;
|
||||
margin: 0 0px;
|
||||
}
|
||||
@include media-query($on-palm) {
|
||||
padding: 10px;
|
||||
|
||||
+7
-2
@@ -2,7 +2,7 @@
|
||||
.post-header {
|
||||
margin: 0 100px;
|
||||
margin-bottom: 40px;
|
||||
padding: 20px;
|
||||
padding: 0px;
|
||||
.post-title {
|
||||
font-size:40px;
|
||||
font-weight: normal;
|
||||
@@ -28,14 +28,19 @@
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
// font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
border-bottom: 1px solid #CCC;
|
||||
border-bottom: 1px dotted rgb(63, 63, 63);
|
||||
}
|
||||
|
||||
pre {
|
||||
|
||||
Reference in New Issue
Block a user